Skip to content

Release v0.143.0

Choose a tag to compare

@github-actions github-actions released this 15 Jan 12:15
· 41 commits to main since this release
4c46ff3

0.143.0

🧰 Bug fixes 🧰

  • operator: Fix operator ServiceMonitor not created on OpenShift (#4603)
    Two issues prevented the operator ServiceMonitor from being created on OpenShift:
    1. The OpenShift kustomize patches were incorrectly overwriting operator args, removing flags like --create-sm-operator-metrics=true.
    2. The prometheus-operator library SchemeHTTPS constant uses uppercase "HTTPS" which is rejected by ServiceMonitor CRD validation.

Components