Skip to content

Commit

Permalink
Merge branch 'master' of github.com:uc-cdis/gen3-helm into fix/sheepd…
Browse files Browse the repository at this point in the history
…og_default_prefix
  • Loading branch information
haraprasadj committed Nov 20, 2024
2 parents e68f51d + 2547332 commit 9ba70d6
Show file tree
Hide file tree
Showing 128 changed files with 2,152 additions and 2,526 deletions.
42 changes: 22 additions & 20 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,35 @@ repos:
hooks:
- id: detect-secrets
args: ["--baseline", ".secrets.baseline"]
additional_dependencies: ["gibberish-detector"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: no-commit-to-branch
args: [--branch, develop, --branch, master, --pattern, release/.*]

# - repo: https://github.com/gruntwork-io/pre-commit
# rev: v0.1.17 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
# hooks:
# - id: helmlint

- repo: local
hooks:
- id: helm-docs
args: ["-c", "helm"]
description: Uses 'helm-docs' to create documentation from the Helm chart's 'values.yaml' file, and inserts the result into a corresponding 'README.md' file.
entry: git-hook/helm-docs.sh
language: script
name: Helm Docs
require_serial: true
- repo: local
hooks:
- id: helm-chart-bump
args: []
description: Updates the .Chart.yaml with updates version if there are changes since master branch. This is to ensure we bump our charts for updates.
entry: git-hook/helm-bump.sh
language: script
name: Helm Docs
require_serial: true
- repo: local
hooks:
- id: helm-docs
args: ["-c", "helm"]
description: Uses 'helm-docs' to create documentation from the Helm chart's 'values.yaml' file, and inserts the result into a corresponding 'README.md' file.
entry: git-hook/helm-docs.sh
language: script
name: Helm Docs
require_serial: true

- repo: local
hooks:
- id: helm-chart-bump
args: []
description: Updates the .Chart.yaml with updates version if there are changes since master branch. This is to ensure we bump our charts for updates.
entry: git-hook/helm-bump.sh
language: script
name: Helm Docs
require_serial: true
Loading

0 comments on commit 9ba70d6

Please sign in to comment.