-
Bug
-
Resolution: Done
-
Critical
-
Che 7.1
-
devex docs #189 Aug 28-Sep 18, devex docs #190 Sep 18-Oct 8, devex docs #191 Oct 8-Oct 29, devex docs #192 Oct 29-Nov 19, devex docs #193 Nov 19-Dec 10, devex docs #194 Dec 7-Jan 4
-
2
-
Closed in favor of https://issues.redhat.com/browse/RHDEVDOCS-2472
In the Che-operator defaults, we see:
defaultPostgresImage = "registry.redhat.io/rhscl/postgresql-96-rhel7:1-46" defaultPostgresUpstreamImage = "centos/postgresql-96-centos7:9.6"
[0] https://github.com/eclipse/che-operator/blob/master/pkg/deploy/defaults.go#L46-L47
Yet in the Che 7 docs [1] it says:
Source code Che Postgres
Container image eclipse/che-postgres
So either we're using the wrong image in the operator deployment, or we're referencing the wrong image in the docs.