Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Oteemo/charts
Helm chart repository
https://github.com/Oteemo/charts
Last synced: 12 days ago
JSON representation
Helm chart repository
- Host: GitHub
- URL: https://github.com/Oteemo/charts
- Owner: Oteemo
- License: mit
- Archived: true
- Created: 2016-12-21T18:56:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T14:12:05.000Z (over 2 years ago)
- Last Synced: 2024-08-01T18:33:38.374Z (3 months ago)
- Language: Mustache
- Homepage: https://oteemo.github.io/charts
- Size: 769 KB
- Stars: 181
- Watchers: 18
- Forks: 233
- Open Issues: 100
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oteemo Charts Repository
***This helm charts repository has been deprecated, please see individual charts for examples of where to migrate to***
Welcome to the oteemo charts repository. All charts are in the charts directory.
## Adding the chart Repository
`helm repo add oteemocharts https://oteemo.github.io/charts`
## Contributing
Feel free to fork our repo and create a pull request with any new features or bug fixes.
## Contacting us
For issues or concerns, please fill out an issue or email us at [email protected]
## How It Works
GitHub Pages points to the `gh-pages` branch so anything pushed to that branch will be publicly available. We are using a couple github actions to automate testing and deployment of charts. It is based off the example [here](https://github.com/helm/charts-repo-actions-demo).
## Process to add a chart to the repository
1. Create a branch or fork for your new chart
1. Initialize new chart in the `charts` directory with `helm create mychart` or by copying in your work from outside
1. After chart development is done, run (at minimum) `helm lint mychart/` to validate yaml and templates
1. Don't forget to bump your chart version (if needed)
1. Create a pull request with the new chart or updates
1. Once the PR is approved, the automation will publish the chart to our repository## Notes about current testing
Testing is currently done with Helm3