Skip to content

Commit

Permalink
Merge pull request containers#136 from marquiz/devel/image-tags
Browse files Browse the repository at this point in the history
helm: don't set initContainerImage:.tag in values.yaml
  • Loading branch information
fmuyassarov committed Oct 11, 2023
2 parents 417c4ac + 62cdc2f commit a826ac6
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 a826ac6

Please sign in to comment.