Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

18292 - switch to use quay copies of... #542

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ metadata:
categories: Developer Tools
certified: "false"
containerImage: quay.io/eclipse/che-operator:nightly
createdAt: "2020-11-16T13:57:54Z"
createdAt: "2020-11-18T22:39:05Z"
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.22.0-31.nightly
name: eclipse-che-preview-kubernetes.v7.22.0-33.nightly
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -321,7 +321,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 All @@ -331,7 +331,7 @@ spec:
- name: RELATED_IMAGE_che_server_secure_exposer_jwt_proxy_image
value: quay.io/eclipse/che-jwtproxy:0.10.0
- name: RELATED_IMAGE_single_host_gateway
value: docker.io/traefik:v2.2.8
value: quay.io/eclipse/che--traefik:v2.2.8-f5af5a5ce17fc3e353b507e8acce65d7f28126408a8c92dc3cac246d023dc9e8
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
value: quay.io/che-incubator/configbump:0.1.4
- name: CHE_FLAVOR
Expand Down Expand Up @@ -461,4 +461,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.22.0-31.nightly
version: 7.22.0-33.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ metadata:
categories: Developer Tools, OpenShift Optional
certified: "false"
containerImage: quay.io/eclipse/che-operator:nightly
createdAt: "2020-11-16T13:58:00Z"
createdAt: "2020-11-18T22:39:07Z"
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.22.0-31.nightly
name: eclipse-che-preview-openshift.v7.22.0-33.nightly
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -335,7 +335,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 All @@ -345,7 +345,7 @@ spec:
- name: RELATED_IMAGE_che_server_secure_exposer_jwt_proxy_image
value: quay.io/eclipse/che-jwtproxy:0.10.0
- name: RELATED_IMAGE_single_host_gateway
value: docker.io/traefik:v2.2.8
value: quay.io/eclipse/che--traefik:v2.2.8-f5af5a5ce17fc3e353b507e8acce65d7f28126408a8c92dc3cac246d023dc9e8
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
value: quay.io/che-incubator/configbump:0.1.4
- name: CHE_FLAVOR
Expand Down Expand Up @@ -481,4 +481,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.22.0-31.nightly
version: 7.22.0-33.nightly
4 changes: 2 additions & 2 deletions 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 All @@ -66,7 +66,7 @@ spec:
- name: RELATED_IMAGE_che_server_secure_exposer_jwt_proxy_image
value: quay.io/eclipse/che-jwtproxy:0.10.0
- name: RELATED_IMAGE_single_host_gateway
value: docker.io/traefik:v2.2.8
value: quay.io/eclipse/che--traefik:v2.2.8-f5af5a5ce17fc3e353b507e8acce65d7f28126408a8c92dc3cac246d023dc9e8
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
value: quay.io/che-incubator/configbump:0.1.4
- name: CHE_FLAVOR
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -65,7 +65,7 @@ spec:
- name: RELATED_IMAGE_che_server_secure_exposer_jwt_proxy_image
value: quay.io/eclipse/che-jwtproxy:0.10.0
- name: RELATED_IMAGE_single_host_gateway
value: docker.io/traefik:v2.2.8
value: quay.io/eclipse/che--traefik:v2.2.8-f5af5a5ce17fc3e353b507e8acce65d7f28126408a8c92dc3cac246d023dc9e8
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
value: quay.io/che-incubator/configbump:0.1.4
- name: CHE_FLAVOR
Expand Down
2 changes: 1 addition & 1 deletion olm/update-nightly-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ case $OPERATOR_SDK_VERSION in
echo "Operator SDK ${OPERATOR_SDK_VERSION} installed"
;;
*)
echo "This script requires Operator SDK v0.17.x. Please install the correct version to continue"
echo "This script requires Operator SDK v0.17.x. Please install from https://github.com/operator-framework/operator-sdk/releases/tag/v0.17.2 to continue"
exit 1
;;
esac
Expand Down