From b3552e5e5de3f2708657f41d7c492bbb6cb2ef70 Mon Sep 17 00:00:00 2001 From: Aman Manapure <54535154+AmanM13@users.noreply.github.com> Date: Mon, 7 Dec 2020 18:49:27 +0530 Subject: [PATCH] Changed postgresql image version to 'latest' postgresql image version 9.5 is no longer available in oc image stream. Hence, no need to worry about updates in the image here onwards :) $ oc get is -n openshift | grep postgresql postgresql default-route-openshift-image-registry.apps-crc.testing/openshift/postgresql 10,9.6,latest 5 months ago --- openshift/gogs-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/gogs-template.yaml b/openshift/gogs-template.yaml index 929ef97..c1c8434 100644 --- a/openshift/gogs-template.yaml +++ b/openshift/gogs-template.yaml @@ -323,7 +323,7 @@ parameters: value: 12MB - displayName: Database version (PostgreSQL) name: DATABASE_VERSION - value: "9.5" + value: "latest" - name: GOGS_VERSION displayName: Gogs Version description: 'Version of the Gogs container image to be used (check the available version https://hub.docker.com/r/openshiftdemos/gogs/tags)'