Skip to content
Draft
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
4 changes: 2 additions & 2 deletions .rhdh/scripts/prepare-restricted-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1135,8 +1135,8 @@ EOF
spec:
imageDigestMirrors:
- mirrors:
- ${registry_url_internal}/rhel9/postgresql-15
source: registry.redhat.io/rhel9/postgresql-15
- ${registry_url_internal}/rhel9/postgresql-16
source: registry.redhat.io/rhel9/postgresql-16
- mirrors:
- ${registry_url_internal}/rhdh
source: registry.redhat.io/rhdh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ data:
value: /var/lib/pgsql/data
- name: PGDATA
value: /var/lib/pgsql/data/userdata
image: quay.io/fedora/postgresql-15:latest # will be replaced with the actual image
image: quay.io/fedora/postgresql-16:latest # will be replaced with the actual image
imagePullPolicy: IfNotPresent
securityContext:
# runAsUser:26 does not work for Openshift but looks work for AKS/EKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: RELATED_IMAGE_postgresql
value: quay.io/fedora/postgresql-15:latest
value: quay.io/fedora/postgresql-16:latest
- name: RELATED_IMAGE_backstage
value: quay.io/rhdh-community/rhdh:next
- name: RELATED_IMAGE_catalog_index
Expand Down Expand Up @@ -457,7 +457,7 @@ spec:
name: Red Hat Inc.
url: https://www.redhat.com/
relatedImages:
- image: quay.io/fedora/postgresql-15:latest
- image: quay.io/fedora/postgresql-16:latest
name: postgresql
- image: quay.io/rhdh-community/rhdh:next
name: backstage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ data:
value: /var/lib/pgsql/data
- name: PGDATA
value: /var/lib/pgsql/data/userdata
image: quay.io/fedora/postgresql-15:latest # will be replaced with the actual image
image: quay.io/fedora/postgresql-16:latest # will be replaced with the actual image
imagePullPolicy: IfNotPresent
securityContext:
# runAsUser:26 does not work for Openshift but looks work for AKS/EKS
Expand Down
2 changes: 1 addition & 1 deletion bundle/rhdh/manifests/rhdh-plugin-deps_v1_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ data:
spec:
containers:
- name: psql
image: quay.io/fedora/postgresql-15:latest
image: quay.io/fedora/postgresql-16:latest
resources:
limits:
cpu: "100m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
value: /var/lib/pgsql/data
- name: PGDATA
value: /var/lib/pgsql/data/userdata
image: quay.io/fedora/postgresql-15:latest # will be replaced with the actual image
image: quay.io/fedora/postgresql-16:latest # will be replaced with the actual image
imagePullPolicy: IfNotPresent
securityContext:
# runAsUser:26 does not work for Openshift but looks work for AKS/EKS
Expand Down
2 changes: 1 addition & 1 deletion config/profile/rhdh/default-config/db-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
value: /var/lib/pgsql/data
- name: PGDATA
value: /var/lib/pgsql/data/userdata
image: quay.io/fedora/postgresql-15:latest # will be replaced with the actual image
image: quay.io/fedora/postgresql-16:latest # will be replaced with the actual image
imagePullPolicy: IfNotPresent
securityContext:
# runAsUser:26 does not work for Openshift but looks work for AKS/EKS
Expand Down
2 changes: 1 addition & 1 deletion config/profile/rhdh/patches/deployment-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: RELATED_IMAGE_postgresql
value: quay.io/fedora/postgresql-15:latest
value: quay.io/fedora/postgresql-16:latest
- name: RELATED_IMAGE_backstage
value: quay.io/rhdh-community/rhdh:next
- name: RELATED_IMAGE_catalog_index
Expand Down
2 changes: 1 addition & 1 deletion config/profile/rhdh/plugin-deps/sonataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
spec:
containers:
- name: psql
image: quay.io/fedora/postgresql-15:latest
image: quay.io/fedora/postgresql-16:latest
resources:
limits:
cpu: "100m"
Expand Down
2 changes: 1 addition & 1 deletion dist/backstage.io/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ data:
value: /var/lib/pgsql/data
- name: PGDATA
value: /var/lib/pgsql/data/userdata
image: quay.io/fedora/postgresql-15:latest # will be replaced with the actual image
image: quay.io/fedora/postgresql-16:latest # will be replaced with the actual image
imagePullPolicy: IfNotPresent
securityContext:
# runAsUser:26 does not work for Openshift but looks work for AKS/EKS
Expand Down
6 changes: 3 additions & 3 deletions dist/rhdh/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,7 @@ data:
value: /var/lib/pgsql/data
- name: PGDATA
value: /var/lib/pgsql/data/userdata
image: quay.io/fedora/postgresql-15:latest # will be replaced with the actual image
image: quay.io/fedora/postgresql-16:latest # will be replaced with the actual image
imagePullPolicy: IfNotPresent
securityContext:
# runAsUser:26 does not work for Openshift but looks work for AKS/EKS
Expand Down Expand Up @@ -2372,7 +2372,7 @@ data:
spec:
containers:
- name: psql
image: quay.io/fedora/postgresql-15:latest
image: quay.io/fedora/postgresql-16:latest
resources:
limits:
cpu: "100m"
Expand Down Expand Up @@ -2923,7 +2923,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: RELATED_IMAGE_postgresql
value: quay.io/fedora/postgresql-15:latest
value: quay.io/fedora/postgresql-16:latest
- name: RELATED_IMAGE_backstage
value: quay.io/rhdh-community/rhdh:next
- name: RELATED_IMAGE_catalog_index
Expand Down
2 changes: 1 addition & 1 deletion pkg/model/testdata/default-config/db-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
value: /var/lib/pgsql/data
- name: PGDATA
value: /var/lib/pgsql/data/userdata
image: quay.io/fedora/postgresql-15:latest
image: quay.io/fedora/postgresql-16:latest
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: true
Expand Down
2 changes: 1 addition & 1 deletion pkg/model/testdata/ips-db-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spec:
- name: ips-db2
automountServiceAccountToken: false
containers:
- image: quay.io/fedora/postgresql-15:latest
- image: quay.io/fedora/postgresql-16:latest
name: postgres

2 changes: 1 addition & 1 deletion pkg/model/testdata/rhdh-db-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
value: /var/lib/pgsql/data
- name: PGDATA
value: /var/lib/pgsql/data/userdata
image: quay.io/fedora/postgresql-15:latest # will be replaced with the actual image
image: quay.io/fedora/postgresql-16:latest # will be replaced with the actual image
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: true
Expand Down