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