Skip to content

Commit

Permalink
bump: harvester-load-balancer to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Yu <[email protected]>
  • Loading branch information
Yu-Jack authored and bk201 committed Jun 4, 2024
1 parent 90516b7 commit 6820405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/harvester-load-balancer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.3.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v0.2.0
appVersion: v0.3.0

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

Expand Down
4 changes: 2 additions & 2 deletions charts/harvester-load-balancer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: rancher/harvester-load-balancer
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.2.0
tag: v0.3.0

serviceAccount:
# Specifies whether a service account should be created
Expand Down Expand Up @@ -46,7 +46,7 @@ webhook:
image:
repository: rancher/harvester-load-balancer-webhook
pullPolicy: IfNotPresent
tag: v0.2.0
tag: v0.3.0
httpsPort: 8443
resources:
limits:
Expand Down

0 comments on commit 6820405

Please sign in to comment.