From 9138de6474f6312122afce93be05967723aa869c Mon Sep 17 00:00:00 2001 From: Chris Werner Rau Date: Mon, 25 Mar 2024 17:38:25 +0100 Subject: [PATCH] fix(ci/artifacthub-images): the comments get lost, therefore the developer should just override the image via the artifacthub-values.yaml to `artifacthub-ignore` --- .github/scripts/extract-artifacthub-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/extract-artifacthub-images.sh b/.github/scripts/extract-artifacthub-images.sh index 34ae16fee4..2c528e1448 100755 --- a/.github/scripts/extract-artifacthub-images.sh +++ b/.github/scripts/extract-artifacthub-images.sh @@ -36,7 +36,7 @@ function getImages() { ( cd "$tmpDir/helmRelease" rm -- */HelmRelease/*.yaml - grep -Er '\s+image: \S+' | + grep -Er '\s+image: \S+$' | grep -v 'artifacthub-ignore' | awk '{print $3 " # " $1}' | tr -d '"' |