Skip to content

jjw24/dysnix_charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

735 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This branch is updated for deploying only the NiFi Registry via Rancher Fleet. Due to the size limitation of fleet deployment, documentation, test, other charts and CICD files have been removed.

New fixes added: #1

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

Packages

No packages published

Languages

  • Mustache 50.8%
  • Shell 27.5%
  • Smarty 9.4%
  • JavaScript 8.1%
  • Python 4.2%