banzaicloud / banzai-charts

Curated list of Banzai Cloud Helm charts used by the Pipeline Platform
Apache License 2.0
367 stars 278 forks source link

Update prometheus chart to support 0.49.0 #1288

Closed turip closed 3 years ago

turip commented 3 years ago
Q A
Bug fix? yes
New feature? yes
API breaks? no
Deprecations? yes (Kubernetes 1.15 support has been removed)
License Apache 2.0

What's in this PR?

This patch syncronizes the CRDs from 0.49.0 version of prometheus-operator, as that's what is being used in our systems right now.

Also it fixes the issue that the deployment's matchLabels contained the operator version too, but in recent Kubernetes versions that field is immutable.