Files
deprecated-helm-charts/stable/prometheus-operator/CONTRIBUTING.md
T
Harshal Shah eb4180bd15 [stable/prometheus-operator] Upgrading prometheus version to v2.5.0 (#9710)
* 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>
2018-12-08 15:03:18 -08:00

337 B

Contributing Guidelines

How to contribute to this chart

  1. Fork this repository, develop and test your Chart.
  2. Bump the chart version for every change.
  3. Ensure PR title has the prefix [stable/prometheus-operator]
  4. Check for changes of RBAC rules.
  5. Check for changes in CRD specs.
  6. PR must pass the linter (helm lint)