From 43a3ffb610ef5b711e28b72397a9f1cb1a6f0438 Mon Sep 17 00:00:00 2001 From: Jian Wang Date: Wed, 19 Feb 2025 09:23:04 +0100 Subject: [PATCH] chore: bump harvester-load-balancer to 1.5.0-dev.0 Signed-off-by: Jian Wang --- charts/harvester-load-balancer/Chart.yaml | 4 ++-- charts/harvester-load-balancer/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/harvester-load-balancer/Chart.yaml b/charts/harvester-load-balancer/Chart.yaml index 713397ac..98231eee 100644 --- a/charts/harvester-load-balancer/Chart.yaml +++ b/charts/harvester-load-balancer/Chart.yaml @@ -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.4.0 +version: 1.5.0-dev.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: v1.5.0-dev.0 home: https://github.com/harvester/harvester-load-balancer diff --git a/charts/harvester-load-balancer/values.yaml b/charts/harvester-load-balancer/values.yaml index 72238c33..d9081e4c 100644 --- a/charts/harvester-load-balancer/values.yaml +++ b/charts/harvester-load-balancer/values.yaml @@ -8,7 +8,7 @@ image: repository: rancher/harvester-load-balancer pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.4.0 + tag: "" serviceAccount: # Specifies whether a service account should be created @@ -46,7 +46,7 @@ webhook: image: repository: rancher/harvester-load-balancer-webhook pullPolicy: IfNotPresent - tag: v0.4.0 + tag: "" httpsPort: 8443 resources: limits: