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

Bump up chart versions for release #62

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 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.2
version: 0.1.3
# Version number of the docker image memgraph/lab.
# Use it with quotes.
appVersion: "2.16.0"
appVersion: "2.17.0"
description: Memgraph Lab Helm Chart
keywords:
- graph
Expand Down
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.5
appVersion: "2.19.0"
version: 0.1.6
appVersion: "2.20.0"
description: MemgraphDB Helm Chart
keywords:
- graph
Expand Down
Loading