Skip to content

Commit

Permalink
bump: harvester-network-controller to v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Chiu <chris.chiu@suse.com>
  • Loading branch information
mingshuoqiu authored and ibrokethecloud committed Aug 12, 2024
1 parent 44b79c4 commit 751ce7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/harvester-network-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ 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.4.0
version: 0.5.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.4.0
appVersion: v0.5.0

maintainers:
- name: harvester
4 changes: 2 additions & 2 deletions charts/harvester-network-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ helper:
# Helper image version is used in the harvester-network-controller codes as the job's template image.
image:
repository: rancher/harvester-network-helper
tag: v0.4.0
tag: v0.5.0

webhook:
replicas: 1
image:
repository: rancher/harvester-network-webhook
tag: v0.4.0
tag: v0.5.0
pullPolicy: IfNotPresent
httpsPort: 8443
resources:
Expand Down

0 comments on commit 751ce7b

Please sign in to comment.