Skip to content

Commit 26fc006

Browse files
committed
Bump NDM to v1.5.0-dev.1
Signed-off-by: Kiefer Chang <[email protected]>
1 parent f5a10f8 commit 26fc006

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/harvester-node-disk-manager/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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.7.7
18+
version: 1.5.0-dev.1
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: "v0.7.7"
24+
appVersion: "v1.5.0-dev.1"
2525

2626
maintainers:
2727
- name: harvester

charts/harvester-node-disk-manager/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ image:
66
repository: rancher/harvester-node-disk-manager
77
pullPolicy: IfNotPresent
88
# Overrides the image tag whose default is the chart appVersion.
9-
tag: "v0.7.7"
9+
tag: "v1.5.0-dev.1"
1010

1111
webhook:
1212
replicas: 1
1313
image:
1414
repository: rancher/harvester-node-disk-manager-webhook
1515
pullPolicy: IfNotPresent
1616
# Overrides the image tag whose default is the chart appVersion.
17-
tag: "v0.7.7"
17+
tag: "v1.5.0-dev.1"
1818
httpsPort: 8443
1919

2020
imagePullSecrets: []

0 commit comments

Comments
 (0)