From: Mark Beierl Date: Wed, 12 Oct 2022 17:05:21 +0000 (-0400) Subject: Fixing image typo X-Git-Tag: release-v13.0-start~23 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=efdc6d0d15eea2a6747a116c12f36ad88a5144dd Fixing image typo With sidecar charms, the image overlay now needs to have the name of the unit prepended to the image resource. Change-Id: I4e503137f6d4167904a5654aa7811f84c4374315 Signed-off-by: Mark Beierl --- diff --git a/installers/charmed_install.sh b/installers/charmed_install.sh index e7f63b01..dbd307e5 100755 --- a/installers/charmed_install.sh +++ b/installers/charmed_install.sh @@ -397,7 +397,7 @@ EOF cat << EOF >> /tmp/images-overlay.yaml ${charm}: resources: - image: /tmp/${charm}_registry.yaml + ${charm}-image: /tmp/${charm}_registry.yaml EOF done