feat: update prometheus-operator-crds 19.1.0-> 26.0.0

This commit is contained in:
Jan Schnurpfeil 2026-01-15 17:31:41 +01:00
parent 0d0a0a0a01
commit c77c4d37d7

View file

@ -10,6 +10,6 @@ helm upgrade \
prometheus-operator-crds prometheus-community/prometheus-operator-crds \ prometheus-operator-crds prometheus-community/prometheus-operator-crds \
--namespace o11y \ --namespace o11y \
--create-namespace \ --create-namespace \
--version 19.1.0 \ --version 26.0.0 \
--values values.yaml --values values.yaml
``` ```