Skip to content

Commit f0a2030

Browse files
fix: get-all-images script
1 parent 2de8e01 commit f0a2030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get-all-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ CHARTDIR="${MYDIR}/../charts/cf-runtime"
33
VALUESFILE="../charts/cf-runtime/.ci/values-ci.yaml"
44
OUTPUTFILE=$1
55
helm dependency update $CHARTDIR
6-
helm template --values $VALUESFILE $CHARTDIR | grep -E 'image: | dindImage:' | awk -F ': ' '{print $2}' | tr -d '"' | uniq > $OUTPUTFILE
6+
helm template --values $VALUESFILE --set global.runtimeName="dummy" $CHARTDIR | grep -E 'image: | dindImage:' | awk -F ': ' '{print $2}' | tr -d '"' | uniq > $OUTPUTFILE

0 commit comments

Comments
 (0)