Skip to content

Commit aa49636

Browse files
fix: get-all-images.sh script
1 parent 65cc51e commit aa49636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/get-all-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
SRCROOT="$(cd "$(dirname "$0")/.." && pwd)"
3-
CHARTDIR="codefresh"
3+
CHARTDIR="charts/codefresh"
44
VALUESFILE="$CHARTDIR/.ci/values/values-all-images.yaml"
55
OUTPUTFILE=$1
66

@@ -11,4 +11,4 @@ helm template release-name $CHARTDIR -f $VALUESFILE \
1111
| awk -F ': ' '{print $2}' | awk NF \
1212
| tr -d '"' | tr -d ',' | cut -f1 -d"@" \
1313
| sort -u \
14-
> $OUTPUTFILE
14+
> $OUTPUTFILE

0 commit comments

Comments
 (0)