From f8e2861c4cac9e8383e983a639645dbdcb486380 Mon Sep 17 00:00:00 2001 From: Andi Skrgat Date: Thu, 21 Nov 2024 10:49:48 +0100 Subject: [PATCH 1/2] Upgrade to 2.22 --- config/samples/memgraph_v1_ha.yaml | 2 +- internal/controller/memgraphha_constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/samples/memgraph_v1_ha.yaml b/config/samples/memgraph_v1_ha.yaml index b48bfcd..c0ae911 100644 --- a/config/samples/memgraph_v1_ha.yaml +++ b/config/samples/memgraph_v1_ha.yaml @@ -100,7 +100,7 @@ spec: image: pullPolicy: IfNotPresent repository: memgraph/memgraph - tag: 2.18.1 # I think we should read this value in controller code. + tag: 2.22.0 # I think we should read this value in controller code. probes: liveness: initialDelaySeconds: 30 diff --git a/internal/controller/memgraphha_constants.go b/internal/controller/memgraphha_constants.go index 5c3160a..505d389 100644 --- a/internal/controller/memgraphha_constants.go +++ b/internal/controller/memgraphha_constants.go @@ -20,4 +20,4 @@ var boltPort int = 7687 var coordinatorPort int = 12000 var mgmtPort int = 10000 var replicationPort int = 20000 -var image string = "memgraph/memgraph:2.18.1" +var image string = "memgraph/memgraph:2.22.0" From dd0f01b517cb1ae08edcff1d39d3ffc56002ce5c Mon Sep 17 00:00:00 2001 From: Andi Skrgat Date: Thu, 21 Nov 2024 10:57:08 +0100 Subject: [PATCH 2/2] Update Helm Charts submodule --- helm-charts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts b/helm-charts index a2f3d48..1936f67 160000 --- a/helm-charts +++ b/helm-charts @@ -1 +1 @@ -Subproject commit a2f3d480cfa4efd3cd32935cd58391c914fb8296 +Subproject commit 1936f6790de3a079dce9e4a603fcc31f611c2bac