Skip to content

Commit

Permalink
Strict kubeconform from k8s 1.25
Browse files Browse the repository at this point in the history
check sync service
  • Loading branch information
gionn committed Jan 16, 2024
1 parent 55ef996 commit 7e186ac
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,20 @@ repos:
name: "Kubeconform Helm - min k8s version"
files: ^charts/[^/]+/(\.kubeconform|\.helmignore|templates/NOTES.txt|.*\.(ya?ml|json|tpl))$
args:
- --kubernetes-version=1.21.0
- --exclude-charts=alfresco-common,alfresco-sync-service
- --kubernetes-version=1.25.0
- --exclude-charts=alfresco-common
- --values-dir=ci
- --strict
- repo: https://github.com/jtyr/kubeconform-helm
rev: v0.1.16
hooks:
- id: kubeconform-helm
name: "Kubeconform Helm - current k8s version"
files: ^charts/[^/]+/(\.kubeconform|\.helmignore|templates/NOTES.txt|.*\.(ya?ml|json|tpl))$
args:
- --exclude-charts=alfresco-common,alfresco-sync-service
- --exclude-charts=alfresco-common
- --values-dir=ci
- --strict
- repo: local
hooks:
- id: custom-check-chart-versions
Expand Down

0 comments on commit 7e186ac

Please sign in to comment.