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