We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a50608 commit 55770bcCopy full SHA for 55770bc
hack/build-manifests.sh
@@ -37,10 +37,7 @@ source hack/cri-bin.sh
37
TOOLS=${PROJECT_ROOT}/_out
38
39
# update image digests
40
-if [[ $1 != "skip-images-update" ]];
41
-then
42
- "${PROJECT_ROOT}"/automation/digester/update_images.sh
43
-fi
+"${PROJECT_ROOT}"/automation/digester/update_images.sh
44
source "${PROJECT_ROOT}"/deploy/images.env
45
46
HCO_OPERATOR_IMAGE=${HCO_OPERATOR_IMAGE:-quay.io/kubevirt/hyperconverged-cluster-operator:${CSV_VERSION}-unstable}
0 commit comments