Skip to content

Commit 462470d

Browse files
committed
Bump mantle chart version to 0.3.7
Signed-off-by: Kohya Shiozaki <kouyan120706@gmail.com>
1 parent 4638e90 commit 462470d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

charts/mantle/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.6
18+
version: 0.3.7
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.7.3"
24+
appVersion: "0.7.4"

internal/controller/mantlebackupconfig_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ func (r *MantleBackupConfigReconciler) Reconcile(ctx context.Context, req ctrl.R
126126
logger.Info("the target pvc is not managed by this controller")
127127
return ctrl.Result{}, nil
128128
}
129-
130129
// Set the finalizer if it's not yet set.
131130
if !controllerutil.ContainsFinalizer(&mbc, MantleBackupConfigFinalizerName) {
132131
if mbc.Annotations == nil {

0 commit comments

Comments
 (0)