1
1
#
2
- # Copyright (c) 2019-2023 Red Hat, Inc.
2
+ # Copyright (c) 2019-2024 Red Hat, Inc.
3
3
# This program and the accompanying materials are made
4
4
# available under the terms of the Eclipse Public License 2.0
5
5
# which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -39,12 +39,12 @@ spec:
39
39
spec :
40
40
containers :
41
41
- name : che-operator
42
- image : quay.io/eclipse/che-operator:next
42
+ image : quay.io/eclipse/che-operator:7.98.0
43
43
command :
44
44
- /manager
45
45
args :
46
46
- --leader-elect
47
- imagePullPolicy : Always
47
+ imagePullPolicy : IfNotPresent
48
48
ports :
49
49
- containerPort : 60000
50
50
name : metrics
@@ -60,19 +60,19 @@ spec:
60
60
- name : OPERATOR_NAME
61
61
value : che-operator
62
62
- name : CHE_VERSION
63
- value : next
63
+ value : 7.98.0
64
64
- name : RELATED_IMAGE_che_server
65
- value : quay.io/eclipse/che-server:next
65
+ value : quay.io/eclipse/che-server:7.98.0
66
66
- name : RELATED_IMAGE_dashboard
67
- value : quay.io/eclipse/che-dashboard:next
67
+ value : quay.io/eclipse/che-dashboard:7.98.0
68
68
- name : RELATED_IMAGE_plugin_registry
69
- value : quay.io/eclipse/che-plugin-registry:next
69
+ value : quay.io/eclipse/che-plugin-registry:7.98.0
70
70
- name : RELATED_IMAGE_che_tls_secrets_creation_job
71
71
value : quay.io/eclipse/che-tls-secret-creator:9f9d4a6
72
72
- name : RELATED_IMAGE_single_host_gateway
73
73
value : quay.io/eclipse/che--traefik:v2.9.10-8d81a9df1435f9f3d36ac9398465ef2d5d61e671059974db753faaed14b627de
74
74
- name : RELATED_IMAGE_single_host_gateway_config_sidecar
75
- value : quay.io/che-incubator/configbump:next
75
+ value : quay.io/che-incubator/configbump:7.98.0
76
76
- name : RELATED_IMAGE_gateway_authentication_sidecar
77
77
value : quay.io/openshift/origin-oauth-proxy:4.9
78
78
- name : RELATED_IMAGE_gateway_authorization_sidecar
@@ -100,15 +100,17 @@ spec:
100
100
- name : CHE_DEFAULT_SPEC_DEVENVIRONMENTS_DEFAULTEDITOR
101
101
value : che-incubator/che-code/latest
102
102
- name : CHE_DEFAULT_SPEC_DEVENVIRONMENTS_DEFAULTCOMPONENTS
103
- value : ' [{"name": "universal-developer-image", "container": {"image": "quay.io/devfile/universal-developer-image:ubi8-latest"}}]'
103
+ value : ' [{"name": "universal-developer-image", "container": {"image":
104
+ "quay.io/devfile/universal-developer-image:ubi8-latest"}}]'
104
105
- name : CHE_DEFAULT_SPEC_COMPONENTS_PLUGINREGISTRY_OPENVSXURL
105
106
value : https://open-vsx.org
106
107
- name : CHE_DEFAULT_SPEC_COMPONENTS_DEVFILEREGISTRY_EXTERNAL_DEVFILE_REGISTRIES
107
108
value : ' [{"url": "https://registry.devfile.io"}]'
108
109
- name : CHE_DEFAULT_SPEC_DEVENVIRONMENTS_DISABLECONTAINERBUILDCAPABILITIES
109
110
value : ' false'
110
111
- name : CHE_DEFAULT_SPEC_DEVENVIRONMENTS_CONTAINERSECURITYCONTEXT
111
- value : ' {"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID", "SETUID"]}}'
112
+ value : ' {"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID",
113
+ "SETUID"]}}'
112
114
livenessProbe :
113
115
httpGet :
114
116
path : /healthz
0 commit comments