From e90bd50d76faf34e35a644b5d470dd22a9e0b700 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 25 May 2022 17:08:50 -0400 Subject: [PATCH] Add rhel9 imagestreams --- imagestreams/postgresql-rhel-aarch64.json | 18 ++++++++++++++++++ imagestreams/postgresql-rhel.json | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/imagestreams/postgresql-rhel-aarch64.json b/imagestreams/postgresql-rhel-aarch64.json index d8a16c00..db5121c2 100644 --- a/imagestreams/postgresql-rhel-aarch64.json +++ b/imagestreams/postgresql-rhel-aarch64.json @@ -26,6 +26,24 @@ "type": "Local" } }, + { + "name": "13-el9", + "annotations": { + "openshift.io/display-name": "PostgreSQL 13 (RHEL 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "description": "Provides a PostgreSQL 13 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.", + "iconClass": "icon-postgresql", + "tags": "database,postgresql", + "version": "13" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/rhel9/postgresql-13:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, { "name": "13-el8", "annotations": { diff --git a/imagestreams/postgresql-rhel.json b/imagestreams/postgresql-rhel.json index adc8def3..cf87748f 100644 --- a/imagestreams/postgresql-rhel.json +++ b/imagestreams/postgresql-rhel.json @@ -26,6 +26,24 @@ "type": "Local" } }, + { + "name": "13-el9", + "annotations": { + "openshift.io/display-name": "PostgreSQL 13 (RHEL 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "description": "Provides a PostgreSQL 13 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.", + "iconClass": "icon-postgresql", + "tags": "database,postgresql", + "version": "13" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/rhel9/postgresql-13:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, { "name": "13-el8", "annotations": {