From c95975fefa74f0a5114023c987f2f67d34344aa9 Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Wed, 5 Jan 2022 10:12:19 +0000 Subject: [PATCH] chore: Set 7.41.2 release image tags Signed-off-by: Mykhailo Kuznietsov --- .../helm/che/custom-charts/che-devfile-registry/values.yaml | 2 +- .../helm/che/custom-charts/che-keycloak/values.yaml | 2 +- .../helm/che/custom-charts/che-plugin-registry/values.yaml | 2 +- .../helm/che/custom-charts/che-postgres/values.yaml | 2 +- deploy/kubernetes/helm/che/values.yaml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/values.yaml b/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/values.yaml index ee92f01d6e..280f261c89 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/values.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/values.yaml @@ -12,7 +12,7 @@ global: class: "nginx" cheDevfileRegistry: - image: quay.io/eclipse/che-devfile-registry:7.41.1 + image: quay.io/eclipse/che-devfile-registry:7.41.2 imagePullPolicy: Always memoryLimit: 256Mi memoryRequests: 16Mi diff --git a/deploy/kubernetes/helm/che/custom-charts/che-keycloak/values.yaml b/deploy/kubernetes/helm/che/custom-charts/che-keycloak/values.yaml index 02da624893..c7258d3237 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-keycloak/values.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-keycloak/values.yaml @@ -21,7 +21,7 @@ global: endpointWatcher: image: quay.io/eclipse/che-endpoint-watcher:nightly -image: quay.io/eclipse/che-keycloak:7.41.1 +image: quay.io/eclipse/che-keycloak:7.41.2 ## Admin credentials configuration # Manually define them in clear diff --git a/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/values.yaml b/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/values.yaml index c44a25d14c..d82ff064e9 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/values.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/values.yaml @@ -12,7 +12,7 @@ global: class: "nginx" chePluginRegistry: - image: quay.io/eclipse/che-plugin-registry:7.41.1 + image: quay.io/eclipse/che-plugin-registry:7.41.2 imagePullPolicy: Always memoryLimit: 256Mi memoryRequests: 16Mi diff --git a/deploy/kubernetes/helm/che/custom-charts/che-postgres/values.yaml b/deploy/kubernetes/helm/che/custom-charts/che-postgres/values.yaml index 37d4893093..86dad7a84e 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-postgres/values.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-postgres/values.yaml @@ -10,4 +10,4 @@ # Default values for postgres. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -image: quay.io/eclipse/che-postgres:7.41.1 +image: quay.io/eclipse/che-postgres:7.41.2 diff --git a/deploy/kubernetes/helm/che/values.yaml b/deploy/kubernetes/helm/che/values.yaml index 714b8c5ec2..25432a07cf 100644 --- a/deploy/kubernetes/helm/che/values.yaml +++ b/deploy/kubernetes/helm/che/values.yaml @@ -21,7 +21,7 @@ cheWorkspaceNoProxy: "" # operator: "Equal" # value: "aValue" # effect: "NoExecute" -cheImage: quay.io/eclipse/che-server:7.41.1 +cheImage: quay.io/eclipse/che-server:7.41.2 cheImagePullPolicy: Always cheKeycloakRealm: "che" cheKeycloakClientId: "che-public" @@ -129,7 +129,7 @@ che: logLevel: "INFO" dashboard: - image: quay.io/eclipse/che-dashboard:7.41.1 + image: quay.io/eclipse/che-dashboard:7.41.2 imagePullPolicy: "Always" memoryRequest: 16Mi memoryLimit: 256Mi