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