https://github.com/diocrafts/helm-charts-templates
https://github.com/diocrafts/helm-charts-templates
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diocrafts/helm-charts-templates
- Owner: DioCrafts
- Created: 2023-07-21T16:57:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T17:01:20.000Z (about 2 years ago)
- Last Synced: 2025-02-06T20:44:08.193Z (8 months ago)
- Language: Mustache
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-servicetemplate
Helm Service Template - tested on Python and Go apps but should work pretty much with anything.# Usage
## Package the helm chart
`helm package ./service_template` and commit the new version into your remote chart repo.
I use Github Pages for myself and it is hosted here: https://github.com/koslib/mycharts.## Releases
Install a new release or upgrade:
```
helm install -fhelm upgrade -f
```Of course you can also let helm detect if release already exists otherwise install it with
```
helm upgrade --install ...
```# Contributions
Feel free to let me know of any feedback, open issues if you encounter any or submit your PullRequests!