Skip to content

Commit

Permalink
chore(csv): switch to use OSE 4.16 image and use reg.rh.io instead of…
Browse files Browse the repository at this point in the history
… reg-proxy internal images as Konflux doesn't like internal ones (#251)

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored Sep 25, 2024
1 parent f40763e commit e1a38ef
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
capabilities: Seamless Upgrades
categories: Developer Tools
certified: 'true'
containerImage: registry-proxy.engineering.redhat.com/rh-osbs/rhdh-rhdh-rhel9-operator:1.4
containerImage: registry.redhat.io/rhdh/rhdh-rhel9-operator:1.4
createdAt: "2023-03-20T16:11:34Z"
description: Red Hat Developer Hub is a Red Hat supported version of Backstage.
It comes with pre-built plug-ins and configuration settings, supports use of an external database, and can
Expand Down Expand Up @@ -219,7 +219,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.12
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9:v4.16
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down Expand Up @@ -253,8 +253,8 @@ spec:
- name: RELATED_IMAGE_postgresql
value: registry.redhat.io/rhel9/postgresql-15:latest
- name: RELATED_IMAGE_backstage
value: registry-proxy.engineering.redhat.com/rh-osbs/rhdh-rhdh-hub-rhel9:1.4
image: registry-proxy.engineering.redhat.com/rh-osbs/rhdh-rhdh-rhel9-operator:1.4
value: registry.redhat.io/rhdh/rhdh-hub-rhel9:1.4
image: registry.redhat.io/rhdh/rhdh-rhel9-operator:1.4
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit e1a38ef

Please sign in to comment.