Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/samples/memgraph_v1_ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/memgraphha_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"