We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de8e01 commit f0a2030Copy full SHA for f0a2030
scripts/get-all-images.sh
@@ -3,4 +3,4 @@ CHARTDIR="${MYDIR}/../charts/cf-runtime"
3
VALUESFILE="../charts/cf-runtime/.ci/values-ci.yaml"
4
OUTPUTFILE=$1
5
helm dependency update $CHARTDIR
6
-helm template --values $VALUESFILE $CHARTDIR | grep -E 'image: | dindImage:' | awk -F ': ' '{print $2}' | tr -d '"' | uniq > $OUTPUTFILE
+helm template --values $VALUESFILE --set global.runtimeName="dummy" $CHARTDIR | grep -E 'image: | dindImage:' | awk -F ': ' '{print $2}' | tr -d '"' | uniq > $OUTPUTFILE
0 commit comments