Skip to content

Commit 958cb3f

Browse files
authored
Bump versions for Memgraph 3.8 release (#199)
1 parent 87c633c commit 958cb3f

4 files changed

Lines changed: 7 additions & 7 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.14
6-
appVersion: "3.7.2"
5+
version: 0.2.15
6+
appVersion: "3.8.0"
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.2
5+
tag: 3.8.0
66
pullPolicy: IfNotPresent
77

88
env:

charts/memgraph-lab/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: memgraph-lab
33
home: https://memgraph.com/
44
type: application
55
# Chart version, should be incremented each time the chart changes, including appVersion.
6-
version: 0.1.13
6+
version: 0.1.14
77
# Version number of the docker image memgraph/lab.
88
# Use it with quotes.
9-
appVersion: "3.7.1"
9+
appVersion: "3.8.0"
1010
description: Memgraph Lab Helm Chart
1111
keywords:
1212
- graph

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.14
6-
appVersion: "3.7.2"
5+
version: 0.2.15
6+
appVersion: "3.8.0"
77
description: MemgraphDB Helm Chart
88
keywords:
99
- graph

0 commit comments

Comments
 (0)