From 6947132f8defc5e4178aab23c952e580f56d54b9 Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sun, 27 Oct 2024 16:46:12 +0100 Subject: [PATCH] downgrade chart --- deployment/memgraph/kustomization.yaml | 2 +- deployment/memgraph/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment/memgraph/kustomization.yaml b/deployment/memgraph/kustomization.yaml index eb51da0..0f97807 100644 --- a/deployment/memgraph/kustomization.yaml +++ b/deployment/memgraph/kustomization.yaml @@ -11,7 +11,7 @@ helmCharts: repo: https://memgraph.github.io/helm-charts releaseName: memgraph namespace: generations-heritage - version: 0.1.6 + version: 0.1.1 valuesFile: ./values.yaml patches: diff --git a/deployment/memgraph/values.yaml b/deployment/memgraph/values.yaml index 95ec866..5052f1b 100644 --- a/deployment/memgraph/values.yaml +++ b/deployment/memgraph/values.yaml @@ -1,5 +1,6 @@ image: repository: memgraph/memgraph + tag: "2.20.0" persistentVolumeClaim: storageSize: 2Gi