Skip to content

ngclinflows/dysnix-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

896 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lint and Test Charts

Dysnix Helm Charts

To add dysnix charts repository:

helm repo add dysnix https://dysnix.github.io/charts

Enable client githooks

It's strongly advised to enable client-side .git/hooks!

cat <<EHD > .git/hooks/pre-push
#!/bin/bash
set -e
repo_path="$(git rev-parse --show-toplevel)"

${repo_path}/githooks/pre-push/chart-version
${repo_path}/githooks/pre-push/helm-lint
${repo_path}/githooks/pre-push/yaml-lint
${repo_path}/githooks/pre-push/kubeval
EHD

chmod +x .git/hooks/pre-push

About

Dysnix Helm charts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 43.8%
  • Shell 37.5%
  • Smarty 9.6%
  • JavaScript 6.0%
  • Python 3.1%