Skip to content

Commit

Permalink
test(catalog/cf-runtime): images digests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Nov 1, 2024
1 parent b0eed7c commit 1654435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_values_with_digests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eou xtrace

MYDIR=$(dirname $0)
CHARTDIR="${MYDIR}/../charts/cf-runtime"
VALUES_FILE="${CHARTDIR}/values-copy.yaml"
VALUES_FILE="${CHARTDIR}/values.yaml"

runtime_images=$(yq e '.runtime.engine.runtimeImages' $VALUES_FILE)

Expand Down

0 comments on commit 1654435

Please sign in to comment.