From 951b35ea5caa2ad81b2afa3e028b618456490380 Mon Sep 17 00:00:00 2001 From: Renuka Devi Rajendran Date: Thu, 22 Aug 2024 19:50:54 -0700 Subject: [PATCH] bump network-controller to v0.5.1 --- charts/harvester-network-controller/Chart.yaml | 4 ++-- charts/harvester-network-controller/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/harvester-network-controller/Chart.yaml b/charts/harvester-network-controller/Chart.yaml index d77a2ade..c3dbc83e 100644 --- a/charts/harvester-network-controller/Chart.yaml +++ b/charts/harvester-network-controller/Chart.yaml @@ -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.5.0 +version: 0.5.1 # 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.5.0 +appVersion: v0.5.1 maintainers: - name: harvester diff --git a/charts/harvester-network-controller/values.yaml b/charts/harvester-network-controller/values.yaml index 3ee1088e..2b7285c6 100644 --- a/charts/harvester-network-controller/values.yaml +++ b/charts/harvester-network-controller/values.yaml @@ -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.5.0 + tag: v0.5.1 webhook: replicas: 1 image: repository: rancher/harvester-network-webhook - tag: v0.5.0 + tag: v0.5.1 pullPolicy: IfNotPresent httpsPort: 8443 resources: