From 26fc0068a6ed144b32c20903b80d9ee8e353200e Mon Sep 17 00:00:00 2001 From: Kiefer Chang Date: Thu, 16 Jan 2025 10:18:59 +0800 Subject: [PATCH] Bump NDM to v1.5.0-dev.1 Signed-off-by: Kiefer Chang --- charts/harvester-node-disk-manager/Chart.yaml | 4 ++-- charts/harvester-node-disk-manager/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/harvester-node-disk-manager/Chart.yaml b/charts/harvester-node-disk-manager/Chart.yaml index 82561359..19a458c7 100644 --- a/charts/harvester-node-disk-manager/Chart.yaml +++ b/charts/harvester-node-disk-manager/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.7 +version: 1.5.0-dev.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.7.7" +appVersion: "v1.5.0-dev.1" maintainers: - name: harvester diff --git a/charts/harvester-node-disk-manager/values.yaml b/charts/harvester-node-disk-manager/values.yaml index d1b0226c..2bd1d303 100644 --- a/charts/harvester-node-disk-manager/values.yaml +++ b/charts/harvester-node-disk-manager/values.yaml @@ -6,7 +6,7 @@ image: repository: rancher/harvester-node-disk-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.7.7" + tag: "v1.5.0-dev.1" webhook: replicas: 1 @@ -14,7 +14,7 @@ webhook: repository: rancher/harvester-node-disk-manager-webhook pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.7.7" + tag: "v1.5.0-dev.1" httpsPort: 8443 imagePullSecrets: []