From 62cdc2faf98a4b351ff9a3c831d32d99d8275605 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Wed, 11 Oct 2023 14:47:20 +0300 Subject: [PATCH] helm: don't set initContainerImage:.tag in values.yaml Default to to appVersion from the Chart.yaml. Signed-off-by: Markus Lehtonen --- deployment/helm/balloons/values.yaml | 3 ++- deployment/helm/memory-qos/values.yaml | 3 ++- deployment/helm/memtierd/values.yaml | 3 ++- deployment/helm/topology-aware/values.yaml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/deployment/helm/balloons/values.yaml b/deployment/helm/balloons/values.yaml index fdc562fc0..4f84f4529 100644 --- a/deployment/helm/balloons/values.yaml +++ b/deployment/helm/balloons/values.yaml @@ -25,5 +25,6 @@ nri: initContainerImage: name: ghcr.io/containers/nri-plugins/nri-config-manager - tag: unstable + # If not defined Chart.AppVersion will be used + #tag: unstable pullPolicy: Always diff --git a/deployment/helm/memory-qos/values.yaml b/deployment/helm/memory-qos/values.yaml index 7f61085be..ad15ad417 100644 --- a/deployment/helm/memory-qos/values.yaml +++ b/deployment/helm/memory-qos/values.yaml @@ -17,5 +17,6 @@ nri: initContainerImage: name: ghcr.io/containers/nri-plugins/nri-config-manager - tag: unstable + # If not defined Chart.AppVersion will be used + #tag: unstable pullPolicy: Always diff --git a/deployment/helm/memtierd/values.yaml b/deployment/helm/memtierd/values.yaml index b02bfb6c9..e394afb0a 100644 --- a/deployment/helm/memtierd/values.yaml +++ b/deployment/helm/memtierd/values.yaml @@ -19,5 +19,6 @@ nri: initContainerImage: name: ghcr.io/containers/nri-plugins/nri-config-manager - tag: unstable + # If not defined Chart.AppVersion will be used + #tag: unstable pullPolicy: Always diff --git a/deployment/helm/topology-aware/values.yaml b/deployment/helm/topology-aware/values.yaml index 41e93d01b..004566d5a 100644 --- a/deployment/helm/topology-aware/values.yaml +++ b/deployment/helm/topology-aware/values.yaml @@ -24,5 +24,6 @@ nri: initContainerImage: name: ghcr.io/containers/nri-plugins/nri-config-manager - tag: unstable + # If not defined Chart.AppVersion will be used + #tag: unstable pullPolicy: Always