Skip to content

Commit 2f616fe

Browse files
authored
Bump Memgraph and HA versions for 3.7.1 (#185)
1 parent 8b53894 commit 2f616fe

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/memgraph-high-availability/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: memgraph-high-availability
33
description: A Helm chart for Kubernetes with Memgraph High availabiliy capabilites
44

5-
version: 0.2.11
6-
appVersion: "3.7.0"
5+
version: 0.2.12
6+
appVersion: "3.7.1"
77

88
type: application
99

charts/memgraph-high-availability/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
repository: memgraph/memgraph
33
# It is a bad practice to set the image tag name to 'latest' as it can trigger automatic upgrade of the charts
44
# With some of the pullPolicy values. Please consider fixing the tag to a specific Memgraph version
5-
tag: 3.7.0
5+
tag: 3.7.1
66
pullPolicy: IfNotPresent
77

88
env:

charts/memgraph/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: memgraph
33
home: https://memgraph.com/
44
type: application
5-
version: 0.2.12
6-
appVersion: "3.7.0"
5+
version: 0.2.13
6+
appVersion: "3.7.1"
77
description: MemgraphDB Helm Chart
88
keywords:
99
- graph

0 commit comments

Comments
 (0)