From 61a573d031be790a01cfde8e61562be820b5056a Mon Sep 17 00:00:00 2001 From: John Collier Date: Fri, 29 May 2020 14:23:15 -0400 Subject: [PATCH] Move down to Che 7.12.2 (#185) Signed-off-by: John Collier --- setup/install_che/che-operator/codewind-checluster.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/install_che/che-operator/codewind-checluster.yaml b/setup/install_che/che-operator/codewind-checluster.yaml index 984ad22..90c9381 100755 --- a/setup/install_che/che-operator/codewind-checluster.yaml +++ b/setup/install_che/che-operator/codewind-checluster.yaml @@ -24,11 +24,11 @@ spec: # server image used in Che deployment cheImage: 'quay.io/eclipse/che-server' # tag of an image used in Che deployment - cheImageTag: '7.13.1' + cheImageTag: '7.12.2' # image:tag used in Devfile registry deployment - devfileRegistryImage: 'quay.io/eclipse/che-devfile-registry:7.13.1' + devfileRegistryImage: 'quay.io/eclipse/che-devfile-registry:7.12.2' # image:tag used in plugin registry deployment - pluginRegistryImage: 'quay.io/eclipse/che-plugin-registry:7.13.1' + pluginRegistryImage: 'quay.io/eclipse/che-plugin-registry:7.12.2' # defaults to `che`. When set to `codeready`, CodeReady Workspaces is deployed # the difference is in images, labels, exec commands cheFlavor: '' @@ -114,7 +114,7 @@ spec: # secret used in oAuthClient. Auto generated if left blank oAuthSecret: '' # image:tag used in Keycloak deployment - identityProviderImage: 'quay.io/eclipse/che-keycloak:7.13.1' + identityProviderImage: 'quay.io/eclipse/che-keycloak:7.12.2' k8s: # your global ingress domain ingressDomain: ''