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

Commit 3d7cde6

Browse files
authored
Move to Che 7.9.2 (#168)
* Move to Che 7.9.2 Signed-off-by: John Collier <[email protected]> * Fix copyright year Signed-off-by: John Collier <[email protected]>
1 parent 2425e4b commit 3d7cde6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2012-2019 Red Hat, Inc.
2+
# Copyright (c) 2012-2020 Red Hat, Inc.
33
# This program and the accompanying materials are made
44
# available under the terms of the Eclipse Public License 2.0
55
# which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -19,11 +19,11 @@ spec:
1919
# server image used in Che deployment
2020
cheImage: 'quay.io/eclipse/che-server'
2121
# tag of an image used in Che deployment
22-
cheImageTag: '7.9.0'
22+
cheImageTag: '7.9.2'
2323
# image:tag used in Devfile registry deployment
24-
devfileRegistryImage: 'quay.io/eclipse/che-devfile-registry:7.9.0'
24+
devfileRegistryImage: 'quay.io/eclipse/che-devfile-registry:7.9.2'
2525
# image:tag used in plugin registry deployment
26-
pluginRegistryImage: 'quay.io/eclipse/che-plugin-registry:7.9.0'
26+
pluginRegistryImage: 'quay.io/eclipse/che-plugin-registry:7.9.2'
2727
# defaults to `che`. When set to `codeready`, CodeReady Workspaces is deployed
2828
# the difference is in images, labels, exec commands
2929
cheFlavor: ''
@@ -109,7 +109,7 @@ spec:
109109
# secret used in oAuthClient. Auto generated if left blank
110110
oAuthSecret: ''
111111
# image:tag used in Keycloak deployment
112-
identityProviderImage: 'quay.io/eclipse/che-keycloak:7.9.0'
112+
identityProviderImage: 'quay.io/eclipse/che-keycloak:7.9.2'
113113
k8s:
114114
# your global ingress domain
115115
ingressDomain: ''

0 commit comments

Comments
 (0)