Skip to content

Commit

Permalink
Replace postgres image (#569)
Browse files Browse the repository at this point in the history
* Update postgre image

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* Update postgres image

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

* Update nightly bundle

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Dec 9, 2020
1 parent a6848bf commit f917b98
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-04T12:44:42Z"
createdAt: "2020-12-08T17:07:13Z"
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-42.nightly
name: eclipse-che-preview-kubernetes.v7.23.0-46.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: centos/postgresql-96-centos7:9.6
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 @@ -494,4 +494,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.23.0-42.nightly
version: 7.23.0-46.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-04T12:44:49Z"
createdAt: "2020-12-08T17:07:23Z"
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-44.nightly
name: eclipse-che-preview-openshift.v7.23.0-46.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: centos/postgresql-96-centos7:9.6
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 @@ -514,4 +514,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.23.0-44.nightly
version: 7.23.0-46.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: centos/postgresql-96-centos7:9.6
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: centos/postgresql-96-centos7:9.6
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 f917b98

Please sign in to comment.