Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ base_images:
name: hypershift-operator
namespace: hypershift
tag: latest
postgresql-15-c9s:
postgresql-16-c9s:
name: postgresql
namespace: ci
tag: postgresql-15-c9s
tag: postgresql-16-c9s
upi-installer:
name: "5.0"
namespace: ocp
Expand Down Expand Up @@ -109,8 +109,8 @@ operator:
with: assisted-installer-controller
- pullspec: quay.io/edge-infrastructure/assisted-image-service:latest
with: assisted-image-service
- pullspec: quay.io/sclorg/postgresql-15-c9s:latest
with: postgresql-15-c9s
- pullspec: quay.io/sclorg/postgresql-16-c9s:latest
with: postgresql-16-c9s
promotion:
to:
- name: backplane-5.0
Expand Down
2 changes: 2 additions & 0 deletions core-services/image-mirroring/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,8 @@ supplementalCIImages:
image: quay.io/sclorg/postgresql-13-c9s:latest
ci/postgresql:postgresql-15-c9s:
image: quay.io/sclorg/postgresql-15-c9s:latest
ci/postgresql:postgresql-16-c9s:
image: quay.io/sclorg/postgresql-16-c9s:latest
hypershift-toolkit/roks-toolkit-base:latest:
image: registry.access.redhat.com/ubi8/ubi-minimal:8.10-1778072014
ci/hypershift-python:latest:
Expand Down