Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Move down to Che 7.12.2 (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: John Collier <[email protected]>
  • Loading branch information
johnmcollier authored May 29, 2020
1 parent f5dcb41 commit 61a573d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup/install_che/che-operator/codewind-checluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''
Expand Down Expand Up @@ -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: ''
Expand Down

0 comments on commit 61a573d

Please sign in to comment.