Skip to content

Commit 1e094d3

Browse files
committed
Correct Hive repository url and default image tag
1 parent 99cb2a5 commit 1e094d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/hive/hive-generate-config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ main() {
88

99
# This is the commit sha that the image was built from and ensures we use the correct configs for the release
1010
# Ensure it is the latest when testing pre production deployments
11-
local -r default_commit="a5d0850b13"
11+
local -r default_commit="f48f47857f6a1dda25ad46957927ee6fe3afe1eb"
1212
if [ -z "$hive_commit_override" ]; then
1313
warn "Using default hive commit hash: $default_commit"
14-
warn "Hive commit hashes can be found here: https://quay.io/repository/app-sre/hive?tab=tags"
14+
warn "Hive commit hashes can be found here: https://quay.io/repository/redhat-user-workloads/crt-redhat-acm-tenant/hive-operator/hive?tab=tags"
1515
fi
1616
local -r hive_image_commit_hash="${hive_commit_override:-$default_commit}"
1717

0 commit comments

Comments
 (0)