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/helm-charts b/helm-charts index a2f3d48..1936f67 160000 --- a/helm-charts +++ b/helm-charts @@ -1 +1 @@ -Subproject commit a2f3d480cfa4efd3cd32935cd58391c914fb8296 +Subproject commit 1936f6790de3a079dce9e4a603fcc31f611c2bac 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"