From cc6d027da3906e51b90321743d0e26ff05e62f09 Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Tue, 17 Sep 2024 12:30:37 +1000 Subject: [PATCH] node-manager: use pullPolicy: IfNotPresent for webhook (v0.2.x) Signed-off-by: Tim Serong --- charts/harvester-node-manager/Chart.yaml | 2 +- charts/harvester-node-manager/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/harvester-node-manager/Chart.yaml b/charts/harvester-node-manager/Chart.yaml index 2f34ed7f..a35ad21a 100644 --- a/charts/harvester-node-manager/Chart.yaml +++ b/charts/harvester-node-manager/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.2.3 +version: 0.2.4 # 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-node-manager/values.yaml b/charts/harvester-node-manager/values.yaml index 4d330f60..5a02833d 100644 --- a/charts/harvester-node-manager/values.yaml +++ b/charts/harvester-node-manager/values.yaml @@ -27,5 +27,5 @@ webhook: replicas: 3 image: repository: rancher/harvester-node-manager-webhook - pullPolicy: Always - tag: "master-head" + pullPolicy: IfNotPresent + tag: "v0.2.1"