https://github.com/feggah/chart-sample
https://github.com/feggah/chart-sample
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/feggah/chart-sample
- Owner: Feggah
- Created: 2022-07-05T12:01:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T13:10:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T22:46:53.686Z (4 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chart-sample
Repository used to test some behavior with a dummy public chart
# Usage
## Package helm chart
```console
helm package sample --version 0.2.0```
## Upload package to Releases
```console
cr upload --owner Feggah --git-repo chart-sample --token 12345 --package-path .
```> Install cr [here](https://github.com/helm/chart-releaser).
## Install helm chart
```console
helm install sample https://github.com/Feggah/chart-sample/releases/download/sample-0.2.0/sample-0.2.0.tgz
```