Skip to content

Commit

Permalink
Upgrade Memgraph to 2.18.1 (#48)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Ante Javor <[email protected]>
  • Loading branch information
as51340 and antejavor authored Jul 26, 2024
1 parent fbb01b7 commit 44d4039
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-memgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,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-lab
2 changes: 1 addition & 1 deletion charts/memgraph-high-availability/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: memgraph-high-availability
description: A Helm chart for Kubernetes with Memgraph High availabiliy capabilites

version: 0.1.2
appVersion: "2.18.0"
appVersion: "2.18.1"

type: application

Expand Down
2 changes: 1 addition & 1 deletion charts/memgraph-high-availability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
memgraph:
image:
repository: memgraph/memgraph
tag: 2.18.0
tag: 2.18.1
pullPolicy: IfNotPresent
env:
MEMGRAPH_ENTERPRISE_LICENSE: "<your-license>"
Expand Down
2 changes: 1 addition & 1 deletion charts/memgraph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: memgraph
home: https://memgraph.com/
type: application
version: 0.1.3
appVersion: "2.18.0"
appVersion: "2.18.1"
description: MemgraphDB Helm Chart
keywords:
- graph
Expand Down

0 comments on commit 44d4039

Please sign in to comment.