diff --git a/hack/hive-generate-config.sh b/hack/hive-generate-config.sh index ea4a0795964..caa64f1225b 100755 --- a/hack/hive-generate-config.sh +++ b/hack/hive-generate-config.sh @@ -1,7 +1,7 @@ #!/bin/bash # This is the commit sha that the image was built from and ensures we use the correct configs for the release -HIVE_IMAGE_COMMIT_HASH="f1bc6ceaf3" +HIVE_IMAGE_COMMIT_HASH="5fbe0d158b" # For now we'll use the quay hive image, but this will change to an ACR once the quay.io -> ACR mirroring is setup # Note: semi-scientific way to get the latest image: `podman search --list-tags --limit 10000 quay.io/app-sre/hive | tail -n1`