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 6b8ffbe commit 0ea322d
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 @@ -39,6 +39,6 @@ while read -r path; do
digest=$(get_image_digest "$registry" "$repository" "$tag")

if [[ -n "$digest" ]]; then
yq eval -i ".$path.image.digest = \"@$digest\"" "$VALUES_FILE"
yq eval -i ".$path.image.digest = \"$digest\"" "$VALUES_FILE"
fi
done

0 comments on commit 0ea322d

Please sign in to comment.