Skip to content

Commit 43a3ffb

Browse files
committed
chore: bump harvester-load-balancer to 1.5.0-dev.0
Signed-off-by: Jian Wang <[email protected]>
1 parent cfc7874 commit 43a3ffb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/harvester-load-balancer/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ 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.4.0
18+
version: 1.5.0-dev.0
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
22-
appVersion: v0.4.0
22+
appVersion: v1.5.0-dev.0
2323

2424
home: https://github.com/harvester/harvester-load-balancer
2525

charts/harvester-load-balancer/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: rancher/harvester-load-balancer
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: v0.4.0
11+
tag: ""
1212

1313
serviceAccount:
1414
# Specifies whether a service account should be created
@@ -46,7 +46,7 @@ webhook:
4646
image:
4747
repository: rancher/harvester-load-balancer-webhook
4848
pullPolicy: IfNotPresent
49-
tag: v0.4.0
49+
tag: ""
5050
httpsPort: 8443
5151
resources:
5252
limits:

0 commit comments

Comments
 (0)