From 59f248b50755a4488dc67c25da2df56d56ddb49c Mon Sep 17 00:00:00 2001 From: Zespre Chang Date: Wed, 7 Feb 2024 17:17:36 +0800 Subject: [PATCH] chore: bump vm-dhcp-controller to v0.1.0 Signed-off-by: Zespre Chang --- charts/harvester-vm-dhcp-controller/Chart.yaml | 2 +- charts/harvester-vm-dhcp-controller/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/harvester-vm-dhcp-controller/Chart.yaml b/charts/harvester-vm-dhcp-controller/Chart.yaml index e57f1368..13fb3d2e 100644 --- a/charts/harvester-vm-dhcp-controller/Chart.yaml +++ b/charts/harvester-vm-dhcp-controller/Chart.yaml @@ -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 diff --git a/charts/harvester-vm-dhcp-controller/values.yaml b/charts/harvester-vm-dhcp-controller/values.yaml index b755f2c6..8886a254 100644 --- a/charts/harvester-vm-dhcp-controller/values.yaml +++ b/charts/harvester-vm-dhcp-controller/values.yaml @@ -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