Skip to content

Commit

Permalink
Merge pull request #25 from memgraph/update-version
Browse files Browse the repository at this point in the history
Update to Memgraph 2.17
  • Loading branch information
katarinasupe authored May 23, 2024
2 parents a1e4ab7 + caf5b4c commit ed537e4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @antejavor @katarinasupe
* @antejavor @katarinasupe @as51340
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: memgraph-setup
image: memgraph/memgraph:2.16.0
image: memgraph/memgraph:2.17.0
command: ["/bin/bash", "-c"]
args:
- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: memgraph-test-cluster-setup
image: memgraph/memgraph:2.16.0
image: memgraph/memgraph:2.17.0
command: ["/bin/bash", "-c"]
args:
- |
Expand Down
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.16.0
image: memgraph/memgraph:2.17.0
command: ["/bin/sh", "-c"]
args:
- |
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.2
appVersion: "2.16.0"
appVersion: "2.17.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.16.0
image: memgraph/memgraph:2.17.0
command: ["/bin/sh", "-c"]
args:
- |
Expand Down

0 comments on commit ed537e4

Please sign in to comment.