Skip to content

Commit

Permalink
Update Helm charts submodule to the latest commit from main
Browse files Browse the repository at this point in the history
  • Loading branch information
as51340 committed Jul 22, 2024
2 parents 075e6e9 + c7c1596 commit 2abcd38
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "helm-charts"]
path = helm-charts
url = https://github.com/memgraph/helm-charts.git
url = https://github.com/memgraph/helm-charts.git
branch = main
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
exclude: ^charts/memgraph/templates/
- id: check-json
- id: mixed-line-ending
- id: check-merge-conflict
- id: detect-private-key

0 comments on commit 2abcd38

Please sign in to comment.