Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump #57

Merged
merged 5 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/memgraph-high-availability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: memgraph-high-availability
description: A Helm chart for Kubernetes with Memgraph High availabiliy capabilites

version: 0.1.2
version: 0.1.3
appVersion: "2.18.1"

type: application
Expand Down
6 changes: 2 additions & 4 deletions charts/memgraph-lab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: memgraph-lab
home: https://memgraph.com/
type: application
# Chart version, should be incremented each time the chart changes, including appVersion.
version: 0.1.1
version: 0.1.2
# Version number of the docker image memgraph/lab.
# Use it with quotes.
appVersion: "2.15.0"
appVersion: "2.16.0"
description: Memgraph Lab Helm Chart
keywords:
- graph
Expand All @@ -19,5 +19,3 @@ sources:
maintainers:
- name: Memgraph
email: tech@memgraph.com
- name: Phong Nguyen
email: tewnut@gmail.com
4 changes: 2 additions & 2 deletions charts/memgraph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: memgraph
home: https://memgraph.com/
type: application
version: 0.1.4
appVersion: "2.18.1"
version: 0.1.5
appVersion: "2.19.0"
description: MemgraphDB Helm Chart
keywords:
- graph
Expand Down
Loading