Skip to content

Commit

Permalink
helm: fix config-manager image name reference in charts defaults
Browse files Browse the repository at this point in the history
Fix incorrect naming of the config-manager container image in the
Helm charts values.yaml.

Signed-off-by: Feruzjon Muyassarov <[email protected]>
  • Loading branch information
fmuyassarov committed Oct 5, 2023
1 parent abafe68 commit 1f04b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ nri:
patchContainerdConfig: false

initContainerImage:
name: ghcr.io/containers/nri-plugins/nri-resource-policy-config-manager
name: ghcr.io/containers/nri-plugins/nri-config-manager
tag: unstable
pullPolicy: Always
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ nri:
patchContainerdConfig: false

initContainerImage:
name: ghcr.io/containers/nri-plugins/nri-resource-policy-config-manager
name: ghcr.io/containers/nri-plugins/nri-config-manager
tag: unstable
pullPolicy: Always

0 comments on commit 1f04b46

Please sign in to comment.