Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a71821f

Browse files
committedFeb 21, 2025·
chore: bump harvester-network-controller to 1.5.0-dev.0
Signed-off-by: Chris Chiu <chris.chiu@suse.com>
1 parent 3442d8b commit a71821f

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: v1.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)
Please sign in to comment.