https://github.com/bpstelios10/helm-plugin
common chart for helm deployments
https://github.com/bpstelios10/helm-plugin
helm helm-charts library
Last synced: 4 months ago
JSON representation
common chart for helm deployments
- Host: GitHub
- URL: https://github.com/bpstelios10/helm-plugin
- Owner: bpstelios10
- Created: 2020-12-16T12:13:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T07:18:54.000Z (over 4 years ago)
- Last Synced: 2025-11-18T11:28:32.063Z (8 months ago)
- Topics: helm, helm-charts, library
- Language: Smarty
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-plugin
common chart for helm deployments
## Include repo
helm repo add helm-plugin 'https://raw.githubusercontent.com/bpstelios10/helm-plugin/master/'
## Adding new packages to existing repository
If you want to change the existing repository simply:
1) Do changes and change version in Chart.yaml
2) `helm package helm-deployment-library`
2) `helm repo index .` This will detect new file and update index.yaml.
3) Commit and push your new package and updated index.yaml