common chart for helm deployments
helm repo add helm-plugin 'https://raw.githubusercontent.com/bpstelios10/helm-plugin/master/'
If you want to change the existing repository simply:
- Do changes and change version in Chart.yaml
helm package helm-deployment-library
helm repo index .
This will detect new file and update index.yaml.- Commit and push your new package and updated index.yaml