Skip to content

Commit

Permalink
Upgrade to 2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
as51340 committed Nov 20, 2024
1 parent 1936f67 commit db3f488
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/memgraph-high-availability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: memgraph-high-availability
description: A Helm chart for Kubernetes with Memgraph High availabiliy capabilites

version: 0.1.3
appVersion: "2.18.1"
version: 0.1.4
appVersion: "2.22.0"

type: application

Expand Down
7 changes: 1 addition & 6 deletions charts/memgraph-high-availability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
memgraph:
image:
repository: memgraph/memgraph
tag: 2.18.1
tag: 2.22.0
pullPolicy: IfNotPresent
env:
MEMGRAPH_ENTERPRISE_LICENSE: "<your-license>"
Expand Down Expand Up @@ -46,7 +46,6 @@ data:
managementPort: 10000
replicationPort: 20000
args:
- "--experimental-enabled=high-availability"
- "--management-port=10000"
- "--bolt-port=7687"
- "--also-log-to-stderr"
Expand All @@ -58,7 +57,6 @@ data:
managementPort: 10000
replicationPort: 20000
args:
- "--experimental-enabled=high-availability"
- "--management-port=10000"
- "--bolt-port=7687"
- "--also-log-to-stderr"
Expand All @@ -71,7 +69,6 @@ coordinators:
managementPort: 10000
coordinatorPort: 12000
args:
- "--experimental-enabled=high-availability"
- "--coordinator-id=1"
- "--coordinator-port=12000"
- "--management-port=10000"
Expand All @@ -87,7 +84,6 @@ coordinators:
managementPort: 10000
coordinatorPort: 12000
args:
- "--experimental-enabled=high-availability"
- "--coordinator-id=2"
- "--coordinator-port=12000"
- "--management-port=10000"
Expand All @@ -103,7 +99,6 @@ coordinators:
managementPort: 10000
coordinatorPort: 12000
args:
- "--experimental-enabled=high-availability"
- "--coordinator-id=3"
- "--coordinator-port=12000"
- "--management-port=10000"
Expand Down
2 changes: 1 addition & 1 deletion charts/memgraph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: memgraph
home: https://memgraph.com/
type: application
version: 0.1.7
appVersion: "2.21.0"
appVersion: "2.22.0"
description: MemgraphDB Helm Chart
keywords:
- graph
Expand Down
2 changes: 1 addition & 1 deletion charts/memgraph/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: memgraph-test
image: memgraph/memgraph:2.18.1
image: memgraph/memgraph:2.22.0
command: ["/bin/sh", "-c"]
args:
- |
Expand Down

0 comments on commit db3f488

Please sign in to comment.