diff --git a/charts/harvester-node-disk-manager/Chart.yaml b/charts/harvester-node-disk-manager/Chart.yaml index 618fe965..a0c3f65b 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.5 +version: 0.7.6 # 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.5" +appVersion: "v0.7.6" maintainers: - name: harvester diff --git a/charts/harvester-node-disk-manager/values.yaml b/charts/harvester-node-disk-manager/values.yaml index 4768ab5d..de81ea6a 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.5" + tag: "v0.7.6" 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.5" + tag: "v0.7.6" httpsPort: 8443 imagePullSecrets: []