Skip to content

Commit

Permalink
chore: switch to use quay.io/rhdh/rhdh-hub-rhel9:next for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Jul 31, 2024
1 parent d6e6ca6 commit 93e1583
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/backstage-default-config_v1_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions config/manager/default-config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pkg/model/testdata/janus-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions pkg/model/testdata/sidecar-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ spec:
rhdh.redhat.com/app: # placeholder for 'backstage-<cr-name>'
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

Expand Down
6 changes: 3 additions & 3 deletions tests/e2e/testdata/backstage-operator-0.1.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 93e1583

Please sign in to comment.