From 16544358a4e207cf9ab5bdcaa4f89078d4c66b4f Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Fri, 1 Nov 2024 23:29:26 +0300 Subject: [PATCH] test(catalog/cf-runtime): images digests --- scripts/update_values_with_digests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_values_with_digests.sh b/scripts/update_values_with_digests.sh index 051cdd76..17f938db 100755 --- a/scripts/update_values_with_digests.sh +++ b/scripts/update_values_with_digests.sh @@ -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)