https://github.com/codit/charts
Helm chart repo of common apps that we use.
https://github.com/codit/charts
helm helm-charts kubernetes
Last synced: 8 months ago
JSON representation
Helm chart repo of common apps that we use.
- Host: GitHub
- URL: https://github.com/codit/charts
- Owner: Codit
- License: mit
- Created: 2020-07-16T08:05:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T12:31:07.000Z (about 5 years ago)
- Last Synced: 2025-06-07T12:06:18.046Z (8 months ago)
- Topics: helm, helm-charts, kubernetes
- Language: Smarty
- Homepage: https://coditeu.github.io/charts
- Size: 59.6 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Helm Charts
Helm chart repo of common apps that we use:
- **Azure Pipeline Environment** - A Helm chart for creating required resources to use Azure Pipelines' Environment
- **Schedule Pod Restart** - A Helm chart for automatically restarting pods with labels based on a cron schedule.

## Getting Started
### Adding our Helm chart repo
```console
$ helm repo add coditeu https://coditeu.github.io/charts
"coditeu" has been added to your repositories
```
### Browse all our Helm charts
```
$ helm search repo coditeu/ --devel
NAME CHART VERSION APP VERSION DESCRIPTION
coditeu/azure-pipeline-environment 1.0.0 A Helm chart for creating required resources to...
```
## Releases
You can find the latest releases [here](https://github.com/coditeu/charts/releases).
## Contributing
You can find contributing guide [here](./CONTRIBUTING.md).
## License Information
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.
Read the full license [here](https://github.com/CoditEU/charts/blob/master/LICENSE).