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

Commit e169906

Browse files
authored
Move up Che versions (#192)
Signed-off-by: John Collier <John.J.Collier@ibm.com>
1 parent 03de580 commit e169906

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup/install_che/che-operator/codewind-checluster.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ spec:
2424
# server image used in Che deployment
2525
cheImage: 'quay.io/eclipse/che-server'
2626
# tag of an image used in Che deployment
27-
cheImageTag: '7.12.2'
27+
cheImageTag: '7.16.1'
2828
# image:tag used in Devfile registry deployment
29-
devfileRegistryImage: 'quay.io/eclipse/che-devfile-registry:7.12.2'
29+
devfileRegistryImage: 'quay.io/eclipse/che-devfile-registry:7.16.1'
3030
# image:tag used in plugin registry deployment
31-
pluginRegistryImage: 'quay.io/eclipse/che-plugin-registry:7.12.2'
31+
pluginRegistryImage: 'quay.io/eclipse/che-plugin-registry:7.16.1'
3232
# defaults to `che`. When set to `codeready`, CodeReady Workspaces is deployed
3333
# the difference is in images, labels, exec commands
3434
cheFlavor: ''
@@ -114,7 +114,7 @@ spec:
114114
# secret used in oAuthClient. Auto generated if left blank
115115
oAuthSecret: ''
116116
# image:tag used in Keycloak deployment
117-
identityProviderImage: 'quay.io/eclipse/che-keycloak:7.12.2'
117+
identityProviderImage: 'quay.io/eclipse/che-keycloak:7.16.1'
118118
k8s:
119119
# your global ingress domain
120120
ingressDomain: ''

0 commit comments

Comments
 (0)