ci: Update defaults tags to 7.84.0
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>pull/1823/head
parent
09c34ae3b1
commit
006374cdc6
|
|
@ -8,8 +8,6 @@
|
|||
#
|
||||
# Contributors:
|
||||
# Red Hat, Inc. - initial API and implementation
|
||||
#
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
|
@ -39,7 +37,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: che-operator
|
||||
image: quay.io/eclipse/che-operator:next
|
||||
image: quay.io/eclipse/che-operator:7.84.0
|
||||
command:
|
||||
- /manager
|
||||
args:
|
||||
|
|
@ -60,21 +58,21 @@ spec:
|
|||
- name: OPERATOR_NAME
|
||||
value: che-operator
|
||||
- name: CHE_VERSION
|
||||
value: next
|
||||
value: 7.84.0
|
||||
- name: RELATED_IMAGE_che_server
|
||||
value: quay.io/eclipse/che-server:next
|
||||
value: quay.io/eclipse/che-server:7.84.0
|
||||
- name: RELATED_IMAGE_dashboard
|
||||
value: quay.io/eclipse/che-dashboard:next
|
||||
value: quay.io/eclipse/che-dashboard:7.84.0
|
||||
- name: RELATED_IMAGE_plugin_registry
|
||||
value: quay.io/eclipse/che-plugin-registry:next
|
||||
value: quay.io/eclipse/che-plugin-registry:7.84.0
|
||||
- name: RELATED_IMAGE_devfile_registry
|
||||
value: quay.io/eclipse/che-devfile-registry:next
|
||||
value: quay.io/eclipse/che-devfile-registry:7.84.0
|
||||
- name: RELATED_IMAGE_che_tls_secrets_creation_job
|
||||
value: quay.io/eclipse/che-tls-secret-creator:alpine-01a4c34
|
||||
- name: RELATED_IMAGE_single_host_gateway
|
||||
value: quay.io/eclipse/che--traefik:v2.9.10-8d81a9df1435f9f3d36ac9398465ef2d5d61e671059974db753faaed14b627de
|
||||
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
|
||||
value: quay.io/che-incubator/configbump:next
|
||||
value: quay.io/che-incubator/configbump:7.84.0
|
||||
- name: RELATED_IMAGE_gateway_authentication_sidecar
|
||||
value: quay.io/openshift/origin-oauth-proxy:4.9
|
||||
- name: RELATED_IMAGE_gateway_authorization_sidecar
|
||||
|
|
@ -102,13 +100,15 @@ spec:
|
|||
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_DEFAULTEDITOR
|
||||
value: che-incubator/che-code/latest
|
||||
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_DEFAULTCOMPONENTS
|
||||
value: '[{"name": "universal-developer-image", "container": {"image": "quay.io/devfile/universal-developer-image:ubi8-latest"}}]'
|
||||
value: '[{"name": "universal-developer-image", "container": {"image":
|
||||
"quay.io/devfile/universal-developer-image:ubi8-latest"}}]'
|
||||
- name: CHE_DEFAULT_SPEC_COMPONENTS_PLUGINREGISTRY_OPENVSXURL
|
||||
value: https://open-vsx.org
|
||||
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_DISABLECONTAINERBUILDCAPABILITIES
|
||||
value: 'false'
|
||||
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_CONTAINERSECURITYCONTEXT
|
||||
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID", "SETUID"]}}'
|
||||
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID",
|
||||
"SETUID"]}}'
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
|
|
|||
Loading…
Reference in New Issue