Skip to content

Commit 4f91b94

Browse files
committed
fix: restore values-hub.yaml and update ose-cli to ose-cli-rhel9
Restore commented-out placeholders (quay overrides, tekton-chains block) that were lost during the test branch merge. Update ose-cli image references to ose-cli-rhel9 in values-hub.yaml and scripts/features/. Signed-off-by: Min Zhang <minzhang@redhat.com>
1 parent 34a797a commit 4f91b94

3 files changed

Lines changed: 478 additions & 317 deletions

File tree

scripts/features/quay.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ clusterGroup:
2727
argocd.argoproj.io/sync-wave: "41"
2828
overrides:
2929
- name: job.image
30-
value: "registry.redhat.io/openshift4/ose-cli:latest"
30+
value: "registry.redhat.io/openshift4/ose-cli-rhel9:latest"
3131
- name: job.resources.limits.memory
3232
value: "512Mi"

scripts/features/registry/option-1-quay.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ clusterGroup:
4040
argocd.argoproj.io/sync-wave: "41"
4141
overrides:
4242
- name: job.image
43-
value: "registry.redhat.io/openshift4/ose-cli:latest"
43+
value: "registry.redhat.io/openshift4/ose-cli-rhel9:latest"
4444
- name: job.resources.limits.memory
4545
value: "512Mi"
4646

0 commit comments

Comments
 (0)