Skip to content

Commit

Permalink
helm: don't set initContainerImage:.tag in values.yaml
Browse files Browse the repository at this point in the history
Default to to appVersion from the Chart.yaml.

Signed-off-by: Markus Lehtonen <[email protected]>
  • Loading branch information
marquiz committed Oct 11, 2023
1 parent 417c4ac commit 62cdc2f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion deployment/helm/balloons/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion deployment/helm/memory-qos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion deployment/helm/memtierd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion deployment/helm/topology-aware/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 62cdc2f

Please sign in to comment.