From f5421428c8d90430649185e3c4da7f69b5908c1b Mon Sep 17 00:00:00 2001 From: katarinasupe Date: Wed, 22 May 2024 14:48:25 +0200 Subject: [PATCH 1/3] Update to Memgraph 2.17 --- charts/memgraph-high-availability/templates/cluster-setup.yaml | 2 +- .../templates/tests/test-cluster-setup.yaml | 2 +- .../templates/tests/test-connection.yaml | 2 +- charts/memgraph/templates/tests/test-connection.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/memgraph-high-availability/templates/cluster-setup.yaml b/charts/memgraph-high-availability/templates/cluster-setup.yaml index b046eb4..8376ccc 100644 --- a/charts/memgraph-high-availability/templates/cluster-setup.yaml +++ b/charts/memgraph-high-availability/templates/cluster-setup.yaml @@ -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: - | diff --git a/charts/memgraph-high-availability/templates/tests/test-cluster-setup.yaml b/charts/memgraph-high-availability/templates/tests/test-cluster-setup.yaml index 3bb7c57..45b9927 100644 --- a/charts/memgraph-high-availability/templates/tests/test-cluster-setup.yaml +++ b/charts/memgraph-high-availability/templates/tests/test-cluster-setup.yaml @@ -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: - | diff --git a/charts/memgraph-high-availability/templates/tests/test-connection.yaml b/charts/memgraph-high-availability/templates/tests/test-connection.yaml index 272c41c..ef61c87 100644 --- a/charts/memgraph-high-availability/templates/tests/test-connection.yaml +++ b/charts/memgraph-high-availability/templates/tests/test-connection.yaml @@ -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: - | diff --git a/charts/memgraph/templates/tests/test-connection.yaml b/charts/memgraph/templates/tests/test-connection.yaml index f164143..3bb8032 100644 --- a/charts/memgraph/templates/tests/test-connection.yaml +++ b/charts/memgraph/templates/tests/test-connection.yaml @@ -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: - | From 051e5ea6f63c9231de322a17023332dd2fdbe15b Mon Sep 17 00:00:00 2001 From: katarinasupe Date: Wed, 22 May 2024 15:02:01 +0200 Subject: [PATCH 2/3] change app version --- charts/memgraph/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/memgraph/Chart.yaml b/charts/memgraph/Chart.yaml index 945b448..1fdb1e3 100644 --- a/charts/memgraph/Chart.yaml +++ b/charts/memgraph/Chart.yaml @@ -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 From caf5b4c0f877facb405630b3f470f8da12df9639 Mon Sep 17 00:00:00 2001 From: katarinasupe Date: Thu, 23 May 2024 11:25:38 +0200 Subject: [PATCH 3/3] add codeowner --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 261f658..b62b671 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @antejavor @katarinasupe +* @antejavor @katarinasupe @as51340