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 65cc51e commit aa49636Copy full SHA for aa49636
scripts/get-all-images.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
SRCROOT="$(cd "$(dirname "$0")/.." && pwd)"
3
-CHARTDIR="codefresh"
+CHARTDIR="charts/codefresh"
4
VALUESFILE="$CHARTDIR/.ci/values/values-all-images.yaml"
5
OUTPUTFILE=$1
6
@@ -11,4 +11,4 @@ helm template release-name $CHARTDIR -f $VALUESFILE \
11
| awk -F ': ' '{print $2}' | awk NF \
12
| tr -d '"' | tr -d ',' | cut -f1 -d"@" \
13
| sort -u \
14
- > $OUTPUTFILE
+ > $OUTPUTFILE
0 commit comments