Skip to content

Commit

Permalink
chore: bump vm-dhcp-controller to v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Zespre Chang <[email protected]>
  • Loading branch information
starbops committed Feb 7, 2024
1 parent 15a5c96 commit 59f248b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/harvester-vm-dhcp-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.0.0-dev
version: 0.1.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
Expand Down
6 changes: 3 additions & 3 deletions charts/harvester-vm-dhcp-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ image:
repository: rancher/harvester-vm-dhcp-controller
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "main-head"
tag: "v0.1.0"

agent:
image:
repository: rancher/harvester-vm-dhcp-agent
pullPolicy: IfNotPresent
tag: "main-head"
tag: "v0.1.0"

webhook:
replicaCount: 1
image:
repository: rancher/harvester-vm-dhcp-webhook
pullPolicy: IfNotPresent
tag: "main-head"
tag: "v0.1.0"
httpsPort: 8443
service:
type: ClusterIP
Expand Down

0 comments on commit 59f248b

Please sign in to comment.