https://github.com/poneding/helm-charts
https://github.com/poneding/helm-charts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poneding/helm-charts
- Owner: poneding
- Created: 2022-06-14T08:05:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T14:35:23.000Z (about 3 years ago)
- Last Synced: 2025-07-10T14:23:32.603Z (11 months ago)
- Language: Smarty
- Homepage: https://poneding.github.io/helm-charts
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add mycharts https://poneding.github.io/helm-charts
If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
mycharts` to see the charts.
To install the mycharts chart:
helm install myapp mycharts/myapp
To uninstall the chart:
helm delete myapp