diff --git a/bundle/manifests/backstage-default-config_v1_configmap.yaml b/bundle/manifests/backstage-default-config_v1_configmap.yaml index 6a87fa42..9c6a1ba8 100644 --- a/bundle/manifests/backstage-default-config_v1_configmap.yaml +++ b/bundle/manifests/backstage-default-config_v1_configmap.yaml @@ -194,7 +194,7 @@ data: - ./install-dynamic-plugins.sh - /dynamic-plugins-root # image will be replaced by the value of the `RELATED_IMAGE_backstage` env var, if set - image: quay.io/janus-idp/backstage-showcase:next + image: quay.io/rhdh/rhdh-hub-rhel9:next imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: true @@ -228,7 +228,7 @@ data: containers: - name: backstage-backend # image will be replaced by the value of the `RELATED_IMAGE_backstage` env var, if set - image: quay.io/janus-idp/backstage-showcase:next + image: quay.io/rhdh/rhdh-hub-rhel9:next imagePullPolicy: IfNotPresent args: - "--config" diff --git a/bundle/manifests/backstage-operator.clusterserviceversion.yaml b/bundle/manifests/backstage-operator.clusterserviceversion.yaml index 228ae0e4..e57b8afb 100644 --- a/bundle/manifests/backstage-operator.clusterserviceversion.yaml +++ b/bundle/manifests/backstage-operator.clusterserviceversion.yaml @@ -213,7 +213,7 @@ spec: - name: RELATED_IMAGE_postgresql value: quay.io/fedora/postgresql-15:latest - name: RELATED_IMAGE_backstage - value: quay.io/janus-idp/backstage-showcase:next + value: quay.io/rhdh/rhdh-hub-rhel9:next image: quay.io/rhdh/rhdh-rhel9-operator:0.3.0 livenessProbe: httpGet: @@ -317,6 +317,6 @@ spec: relatedImages: - image: quay.io/fedora/postgresql-15:latest name: postgresql - - image: quay.io/janus-idp/backstage-showcase:next + - image: quay.io/rhdh/rhdh-hub-rhel9:next name: backstage version: 0.3.0 diff --git a/config/manager/default-config/deployment.yaml b/config/manager/default-config/deployment.yaml index b9a9d471..e32d970a 100644 --- a/config/manager/default-config/deployment.yaml +++ b/config/manager/default-config/deployment.yaml @@ -41,7 +41,7 @@ spec: - ./install-dynamic-plugins.sh - /dynamic-plugins-root # image will be replaced by the value of the `RELATED_IMAGE_backstage` env var, if set - image: quay.io/janus-idp/backstage-showcase:next + image: quay.io/rhdh/rhdh-hub-rhel9:next imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: true @@ -75,7 +75,7 @@ spec: containers: - name: backstage-backend # image will be replaced by the value of the `RELATED_IMAGE_backstage` env var, if set - image: quay.io/janus-idp/backstage-showcase:next + image: quay.io/rhdh/rhdh-hub-rhel9:next imagePullPolicy: IfNotPresent args: - "--config" diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index e3c4286a..abad8513 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -76,7 +76,7 @@ spec: - name: RELATED_IMAGE_postgresql value: quay.io/fedora/postgresql-15:latest - name: RELATED_IMAGE_backstage - value: quay.io/janus-idp/backstage-showcase:next + value: quay.io/rhdh/rhdh-hub-rhel9:next image: controller:latest name: manager securityContext: diff --git a/pkg/model/testdata/janus-deployment.yaml b/pkg/model/testdata/janus-deployment.yaml index d347a8e3..e6a1e29b 100644 --- a/pkg/model/testdata/janus-deployment.yaml +++ b/pkg/model/testdata/janus-deployment.yaml @@ -35,7 +35,7 @@ spec: env: - name: NPM_CONFIG_USERCONFIG value: /opt/app-root/src/.npmrc.dynamic-plugins - image: 'quay.io/janus-idp/backstage-showcase:next' + image: 'quay.io/rhdh/rhdh-hub-rhel9:next' imagePullPolicy: IfNotPresent name: install-dynamic-plugins volumeMounts: @@ -49,7 +49,7 @@ spec: containers: - name: backstage-backend # placeholder for 'backstage-backend' - image: quay.io/janus-idp/backstage-showcase:next + image: quay.io/rhdh/rhdh-hub-rhel9:next imagePullPolicy: IfNotPresent args: - "--config" diff --git a/pkg/model/testdata/sidecar-deployment.yaml b/pkg/model/testdata/sidecar-deployment.yaml index 4079456a..9ac0dbee 100644 --- a/pkg/model/testdata/sidecar-deployment.yaml +++ b/pkg/model/testdata/sidecar-deployment.yaml @@ -13,11 +13,11 @@ spec: rhdh.redhat.com/app: # placeholder for 'backstage-' spec: initContainers: - - image: 'quay.io/janus-idp/backstage-showcase:next' + - image: 'quay.io/rhdh/rhdh-hub-rhel9:next' name: install-dynamic-plugins containers: - name: backstage-backend # placeholder for 'backstage-backend' - image: quay.io/janus-idp/backstage-showcase:next + image: quay.io/rhdh/rhdh-hub-rhel9:next - name: sidecar image: busybox diff --git a/tests/e2e/testdata/backstage-operator-0.1.3.yaml b/tests/e2e/testdata/backstage-operator-0.1.3.yaml index 2a5a00f7..4f5bd247 100644 --- a/tests/e2e/testdata/backstage-operator-0.1.3.yaml +++ b/tests/e2e/testdata/backstage-operator-0.1.3.yaml @@ -739,7 +739,7 @@ data: - name: NPM_CONFIG_USERCONFIG value: /opt/app-root/src/.npmrc.dynamic-plugins # image will be replaced by the value of the `RELATED_IMAGE_backstage` env var, if set - image: quay.io/janus-idp/backstage-showcase:next + image: quay.io/rhdh/rhdh-hub-rhel9:next imagePullPolicy: IfNotPresent name: install-dynamic-plugins volumeMounts: @@ -761,7 +761,7 @@ data: containers: - name: backstage-backend # image will be replaced by the value of the `RELATED_IMAGE_backstage` env var, if set - image: quay.io/janus-idp/backstage-showcase:next + image: quay.io/rhdh/rhdh-hub-rhel9:next imagePullPolicy: IfNotPresent args: - "--config" @@ -949,7 +949,7 @@ spec: - name: RELATED_IMAGE_postgresql value: quay.io/fedora/postgresql-15:latest - name: RELATED_IMAGE_backstage - value: quay.io/janus-idp/backstage-showcase:next + value: quay.io/rhdh/rhdh-hub-rhel9:next # TODO(asoro): Default image is 'quay.io/rhdh/rhdh-rhel9-operator:0.1.3' on 1.1.x, # but replaced by the one from RHDH, because the Janus-IDP image expires after 14d if not updated. image: quay.io/rhdh/rhdh-rhel9-operator:1.1