Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxlaverse/helm-charts
https://github.com/maxlaverse/helm-charts
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxlaverse/helm-charts
- Owner: maxlaverse
- Created: 2022-07-02T12:11:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T09:30:57.000Z (7 months ago)
- Last Synced: 2024-10-31T10:12:22.805Z (about 2 months ago)
- Language: Smarty
- Size: 66.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm Charts
## How to use Helm repository
You need to add this repository to your Helm repositories:
```
helm repo add maxlaverse https://maxlaverse.github.io/helm-charts/
helm repo update
```## How to release
Bump version in `Chart.yaml`.Then:
```bash
rm .cr-release-packages/*
cr package charts/soft-pod-memory-evicter
cr upload --owner maxlaverse --git-repo helm-charts --token
cr index --owner maxlaverse --git-repo helm-charts --token --pages-branch main -i ./
```