Skip to content

Commit

Permalink
Version bump (#57)
Browse files Browse the repository at this point in the history
Bump-up chart versions.
  • Loading branch information
antejavor authored Aug 16, 2024
1 parent ad0b6d0 commit bfcd3e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-memgraph-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }}
run: ct install --target-branch ${{ github.event.repository.default_branch }} --excluded-charts memgraph-high-availability, memgraph
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: [email protected]
- name: Phong Nguyen
email: [email protected]
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

0 comments on commit bfcd3e6

Please sign in to comment.