mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Upgrading operator, prometheus and alertmanager versions - Upgrading prometheus-operator version to 0.26.0 - Upgrading prometheus version to 2.5.0 - Upgrading alertmanager version to 0.15.3 - Tested on GKE by installing prometheus operator with above versions. - helm lint passed. Signed-off-by: Harshal Shah <harshal2623@gmail.com> * Removing operator version upgrade Keeping prometheus and alertmanager upgrades intact. Signed-off-by: Harshal Shah <harshal2623@gmail.com> * Fixing the chart app version Signed-off-by: Harshal Shah <harshal2623@gmail.com>
337 B
337 B
Contributing Guidelines
How to contribute to this chart
- Fork this repository, develop and test your Chart.
- Bump the chart version for every change.
- Ensure PR title has the prefix
[stable/prometheus-operator] - Check for changes of RBAC rules.
- Check for changes in CRD specs.
- PR must pass the linter (
helm lint)