This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit a71821f committed Feb 21, 2025 · 1 / 3
1 parent 3442d8b commit a71821f Copy full SHA for a71821f
File tree 2 files changed +4
-4
lines changed
charts/harvester-network-controller
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0 .5.1
18
+ version : v1 .5.0-dev.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : v0 .5.1
23
+ appVersion : v1 .5.0-dev.0
24
24
25
25
maintainers :
26
26
- name : harvester
Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ helper:
55
55
# Helper image version is used in the harvester-network-controller codes as the job's template image.
56
56
image :
57
57
repository : rancher/harvester-network-helper
58
- tag : v0.5.1
58
+ tag : " "
59
59
60
60
webhook :
61
61
replicas : 1
62
62
image :
63
63
repository : rancher/harvester-network-webhook
64
- tag : v0.5.1
64
+ tag : " "
65
65
pullPolicy : IfNotPresent
66
66
httpsPort : 8443
67
67
resources :
You can’t perform that action at this time.
0 commit comments