Skip to content

Commit 3fe12ac

Browse files
mingshuoqiustarbops
authored andcommitted
chore: bump harvester-network-controller to 1.5.0-dev.0
Signed-off-by: Chris Chiu <[email protected]>
1 parent d4a00f1 commit 3fe12ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/harvester-network-controller/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ 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.5.1
18+
version: 1.5.0-dev.0
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.
23-
appVersion: v0.5.1
23+
appVersion: v1.5.0-dev.0
2424

2525
maintainers:
2626
- name: harvester

charts/harvester-network-controller/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ helper:
5555
# Helper image version is used in the harvester-network-controller codes as the job's template image.
5656
image:
5757
repository: rancher/harvester-network-helper
58-
tag: v0.5.1
58+
tag: ""
5959

6060
webhook:
6161
replicas: 1
6262
image:
6363
repository: rancher/harvester-network-webhook
64-
tag: v0.5.1
64+
tag: ""
6565
pullPolicy: IfNotPresent
6666
httpsPort: 8443
6767
resources:

0 commit comments

Comments
 (0)