Skip to content

Update prometheus chart to 9.0.0

DJ Mountney requested to merge update-prometheus-chart into master

First step of updates to get us closer to the APIs to add support for Kubernetes 1.16 (which were added in the 9.3.0 version of the chart).

We need to jump to a version before due to the following:

So first we need to jump to a version that dropped the cluster role binding, then we need to jump to the latest version during/after a major release so we know that users got the previous change. (Logged an issue for the latter here: #1702 (closed))

I don't see any other breaking changes that impact us.

Part of: #1562 (closed)

Edited by DJ Mountney

Merge request reports