https://github.com/stacksimplify/helm-charts
Repository to host all Helm Charts
https://github.com/stacksimplify/helm-charts
Last synced: 7 months ago
JSON representation
Repository to host all Helm Charts
- Host: GitHub
- URL: https://github.com/stacksimplify/helm-charts
- Owner: stacksimplify
- Created: 2023-07-17T12:46:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T22:44:21.000Z (over 2 years ago)
- Last Synced: 2025-01-05T03:45:32.528Z (about 1 year ago)
- Language: Smarty
- Size: 224 KB
- Stars: 35
- Watchers: 2
- Forks: 236
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm Charts Repository
- Repository to host all [stacksimplify](https://stacksimplify.com) Helm Charts
## Helm Charts GitHub Repository
- [Helm Charts GitHub Repository](https://github.com/stacksimplify/helm-charts)
## Docker Images used on Helm Charts
- [StackSimplify Docker Images](https://github.com/stacksimplify?tab=packages)
- [kubenginx Docker Image](https://github.com/users/stacksimplify/packages/container/package/kubenginx)
- [kubenginxhelm Docker Image](https://github.com/users/stacksimplify/packages/container/package/kubenginxhelm)
## Regenerate index.yaml for git Helm Repo
```t
## Regenerate index.yaml
# Add new charts to existing repo
helm repo index --url https://stacksimplify.github.io/helm-charts/ --merge index.yaml .
```