Commit 9db5d55 1 parent cfc7874 commit 9db5d55 Copy full SHA for 9db5d55
File tree 2 files changed +4
-4
lines changed
charts/harvester-load-balancer
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ 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.4 .0
18
+ version : v1.5.0-dev .0
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application. Versions are not expected to
21
21
# follow Semantic Versioning. They should reflect the version the application is using.
22
- appVersion : v0.4 .0
22
+ appVersion : v1.5.0-dev .0
23
23
24
24
home : https://github.com/harvester/harvester-load-balancer
25
25
Original file line number Diff line number Diff line change 8
8
repository : rancher/harvester-load-balancer
9
9
pullPolicy : IfNotPresent
10
10
# Overrides the image tag whose default is the chart appVersion.
11
- tag : v0.4.0
11
+ tag : " "
12
12
13
13
serviceAccount :
14
14
# Specifies whether a service account should be created
@@ -46,7 +46,7 @@ webhook:
46
46
image :
47
47
repository : rancher/harvester-load-balancer-webhook
48
48
pullPolicy : IfNotPresent
49
- tag : v0.4.0
49
+ tag : " "
50
50
httpsPort : 8443
51
51
resources :
52
52
limits :
You can’t perform that action at this time.
0 commit comments