diff --git a/.github/workflows/lint-test-memgraph-lab.yaml b/.github/workflows/lint-test-memgraph-lab.yaml index 51b9386..be9bb3f 100644 --- a/.github/workflows/lint-test-memgraph-lab.yaml +++ b/.github/workflows/lint-test-memgraph-lab.yaml @@ -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 diff --git a/charts/memgraph-high-availability/Chart.yaml b/charts/memgraph-high-availability/Chart.yaml index 5dd6459..4b3594e 100644 --- a/charts/memgraph-high-availability/Chart.yaml +++ b/charts/memgraph-high-availability/Chart.yaml @@ -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 diff --git a/charts/memgraph-lab/Chart.yaml b/charts/memgraph-lab/Chart.yaml index 426f407..ead32af 100644 --- a/charts/memgraph-lab/Chart.yaml +++ b/charts/memgraph-lab/Chart.yaml @@ -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 @@ -19,5 +19,3 @@ sources: maintainers: - name: Memgraph email: tech@memgraph.com -- name: Phong Nguyen - email: tewnut@gmail.com diff --git a/charts/memgraph/Chart.yaml b/charts/memgraph/Chart.yaml index d8dedff..e06b5c9 100644 --- a/charts/memgraph/Chart.yaml +++ b/charts/memgraph/Chart.yaml @@ -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