File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments