Skip to content

Commit

Permalink
fix(ci/artifacthub-images): the comments get lost, therefore
Browse files Browse the repository at this point in the history
the developer should just override the image via the
artifacthub-values.yaml to `artifacthub-ignore`
  • Loading branch information
cwrau committed Mar 25, 2024
1 parent d285efb commit 9138de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/extract-artifacthub-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 '"' |
Expand Down

0 comments on commit 9138de6

Please sign in to comment.