From c732524e4d24cd8e760825f96c927a6229e770f7 Mon Sep 17 00:00:00 2001 From: Vitalii Parfonov Date: Mon, 19 Aug 2019 15:34:25 +0300 Subject: [PATCH] Set che-plugin-registry image version to 7.0.0 (#14278) Signed-off-by: Vitalii Parfonov --- .../helm/che/custom-charts/che-plugin-registry/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8c3b6acbdd8..90eef4f2652 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 @@ -8,7 +8,7 @@ # chePluginRegistry: - image: quay.io/eclipse/che-plugin-registry:nightly + image: quay.io/eclipse/che-plugin-registry:7.0.0 imagePullPolicy: Always memoryLimit: 256Mi memoryRequests: 16Mi