From 62c1e7407c48bacec0e6d221a043f8a4a534d30d Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Wed, 4 Aug 2021 09:22:47 +0000 Subject: [PATCH] chore: Set 7.34.1 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 68e2b30d5d9..838b240f043 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.34.0 + image: quay.io/eclipse/che-devfile-registry:7.34.1 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 242980eb71b..9ba3fcf927c 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.34.0 +image: quay.io/eclipse/che-keycloak:7.34.1 ## 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 76f6f734c9c..9b0c7f07ee1 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.34.0 + image: quay.io/eclipse/che-plugin-registry:7.34.1 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 b1e89dccaa6..ff5dba13beb 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.34.0 +image: quay.io/eclipse/che-postgres:7.34.1 diff --git a/deploy/kubernetes/helm/che/values.yaml b/deploy/kubernetes/helm/che/values.yaml index ccd0c8fed1c..29b7457cc24 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.34.0 +cheImage: quay.io/eclipse/che-server:7.34.1 cheImagePullPolicy: Always cheKeycloakRealm: "che" cheKeycloakClientId: "che-public" @@ -130,7 +130,7 @@ che: logLevel: "INFO" dashboard: - image: quay.io/eclipse/che-dashboard:7.34.0 + image: quay.io/eclipse/che-dashboard:7.34.1 imagePullPolicy: "Always" memoryRequest: 16Mi memoryLimit: 256Mi