Skip to content

Commit

Permalink
Update postgres image
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Dec 8, 2020
1 parent 5a3d059 commit e7858de
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ metadata:
categories: Developer Tools
certified: "false"
containerImage: quay.io/eclipse/che-operator:nightly
createdAt: "2020-12-07T14:43:29Z"
createdAt: "2020-12-08T10:43:10Z"
description: A Kube-native development solution that delivers portable and collaborative
developer workspaces.
operatorframework.io/suggested-namespace: eclipse-che
repository: https://github.com/eclipse/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-kubernetes.v7.23.0-40.nightly
name: eclipse-che-preview-kubernetes.v7.23.0-42.nightly
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -324,7 +324,7 @@ spec:
- name: RELATED_IMAGE_pvc_jobs
value: registry.access.redhat.com/ubi8-minimal:8.3-201
- name: RELATED_IMAGE_postgres
value: registry.centos.org/centos/postgresql-96-centos7
value: quay.io/eclipse/che--centos--postgresql-96-centos7:9.6-b681d78125361519180a6ac05242c296f8906c11eab7e207b5ca9a89b6344392
- name: RELATED_IMAGE_keycloak
value: quay.io/eclipse/che-keycloak:nightly
- name: RELATED_IMAGE_che_workspace_plugin_broker_metadata
Expand Down Expand Up @@ -473,4 +473,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.23.0-40.nightly
version: 7.23.0-42.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ metadata:
categories: Developer Tools, OpenShift Optional
certified: "false"
containerImage: quay.io/eclipse/che-operator:nightly
createdAt: "2020-12-07T14:43:38Z"
createdAt: "2020-12-08T10:43:18Z"
description: A Kube-native development solution that delivers portable and collaborative
developer workspaces in OpenShift.
operatorframework.io/suggested-namespace: eclipse-che
repository: https://github.com/eclipse/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-openshift.v7.23.0-40.nightly
name: eclipse-che-preview-openshift.v7.23.0-42.nightly
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -338,7 +338,7 @@ spec:
- name: RELATED_IMAGE_pvc_jobs
value: registry.access.redhat.com/ubi8-minimal:8.3-201
- name: RELATED_IMAGE_postgres
value: registry.centos.org/centos/postgresql-96-centos7
value: quay.io/eclipse/che--centos--postgresql-96-centos7:9.6-b681d78125361519180a6ac05242c296f8906c11eab7e207b5ca9a89b6344392
- name: RELATED_IMAGE_keycloak
value: quay.io/eclipse/che-keycloak:nightly
- name: RELATED_IMAGE_che_workspace_plugin_broker_metadata
Expand Down Expand Up @@ -493,4 +493,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.23.0-40.nightly
version: 7.23.0-42.nightly
2 changes: 1 addition & 1 deletion deploy/operator-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- name: RELATED_IMAGE_pvc_jobs
value: registry.access.redhat.com/ubi8-minimal:8.3-201
- name: RELATED_IMAGE_postgres
value: registry.centos.org/centos/postgresql-96-centos7
value: quay.io/eclipse/che--centos--postgresql-96-centos7:9.6-b681d78125361519180a6ac05242c296f8906c11eab7e207b5ca9a89b6344392
- name: RELATED_IMAGE_keycloak
value: quay.io/eclipse/che-keycloak:nightly
- name: RELATED_IMAGE_che_workspace_plugin_broker_metadata
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
- name: RELATED_IMAGE_pvc_jobs
value: registry.access.redhat.com/ubi8-minimal:8.3-201
- name: RELATED_IMAGE_postgres
value: registry.centos.org/centos/postgresql-96-centos7
value: quay.io/eclipse/che--centos--postgresql-96-centos7:9.6-b681d78125361519180a6ac05242c296f8906c11eab7e207b5ca9a89b6344392
- name: RELATED_IMAGE_keycloak
value: quay.io/eclipse/che-keycloak:nightly
- name: RELATED_IMAGE_che_workspace_plugin_broker_metadata
Expand Down

0 comments on commit e7858de

Please sign in to comment.