Skip to content

Commit f8f17b1

Browse files
committed
ci: Update Helm Charts to 7.95.0
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
1 parent 664779a commit f8f17b1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

helmcharts/stable/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
apiVersion: v1
1414
description: A Helm chart for deploying Eclipse Che on a Kubernetes
1515
name: eclipse-che
16-
version: 7.94.0
16+
version: 7.95.0
1717
annotations:
1818
artifacthub.io/license: EPL-2.0
1919
artifacthub.io/links: |

helmcharts/stable/templates/che-operator.Deployment.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -54,25 +54,25 @@ spec:
5454
- name: OPERATOR_NAME
5555
value: che-operator
5656
- name: CHE_VERSION
57-
value: 7.94.0
57+
value: 7.95.0
5858
- name: RELATED_IMAGE_che_server
59-
value: quay.io/eclipse/che-server:7.94.0
59+
value: quay.io/eclipse/che-server:7.95.0
6060
- name: RELATED_IMAGE_dashboard
61-
value: quay.io/eclipse/che-dashboard:7.94.0
61+
value: quay.io/eclipse/che-dashboard:7.95.0
6262
- name: RELATED_IMAGE_plugin_registry
63-
value: quay.io/eclipse/che-plugin-registry:7.94.0
63+
value: quay.io/eclipse/che-plugin-registry:7.95.0
6464
- name: RELATED_IMAGE_che_tls_secrets_creation_job
6565
value: quay.io/eclipse/che-tls-secret-creator:alpine-01a4c34
6666
- name: RELATED_IMAGE_single_host_gateway
6767
value: quay.io/eclipse/che--traefik:v2.9.10-8d81a9df1435f9f3d36ac9398465ef2d5d61e671059974db753faaed14b627de
6868
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
69-
value: quay.io/che-incubator/configbump:7.94.0
69+
value: quay.io/che-incubator/configbump:7.95.0
7070
- name: RELATED_IMAGE_gateway_authentication_sidecar
7171
value: quay.io/openshift/origin-oauth-proxy:4.9
7272
- name: RELATED_IMAGE_gateway_authorization_sidecar
7373
value: quay.io/openshift/origin-kube-rbac-proxy:4.9
7474
- name: RELATED_IMAGE_gateway_authentication_sidecar_k8s
75-
value: quay.io/oauth2-proxy/oauth2-proxy:v7.4.0
75+
value: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
7676
- name: RELATED_IMAGE_gateway_authorization_sidecar_k8s
7777
value: quay.io/brancz/kube-rbac-proxy:v0.13.1
7878
- name: RELATED_IMAGE_gateway_header_sidecar
@@ -104,7 +104,7 @@ spec:
104104
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_CONTAINERSECURITYCONTEXT
105105
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID",
106106
"SETUID"]}}'
107-
image: quay.io/eclipse/che-operator:7.94.0
107+
image: quay.io/eclipse/che-operator:7.95.0
108108
imagePullPolicy: IfNotPresent
109109
livenessProbe:
110110
failureThreshold: 10

0 commit comments

Comments
 (0)