From a6f9e6a2f8f0c4a37eeccc60cc1fd2d0b489c737 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Mon, 12 Jul 2021 14:36:38 +0300 Subject: [PATCH] fix: adding image digests (#915) Signed-off-by: Anatolii Bazko --- olm/buildDigestMap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olm/buildDigestMap.sh b/olm/buildDigestMap.sh index a3159f5c4..1de69a7ef 100755 --- a/olm/buildDigestMap.sh +++ b/olm/buildDigestMap.sh @@ -129,7 +129,7 @@ rm -Rf "${DIGEST_FILE}" touch "${DIGEST_FILE}" writeDigest "${OPERATOR_IMAGE}" "operator-image" -writeDigest "${DEVWORKSPACE_CHE_OPERATOR_IMAGE}" "devworkspace che operator-image" +writeDigest "${DEVWORKSPACE_CHE_OPERATOR_IMAGE}" "devworkspace-che-operator-image" for image in ${REQUIRED_IMAGES}; do writeDigest "${image}" "required-image"