[system:victoria-metrics-operator] separate prometheus-operator-crds

Signed-off-by: nbykov0 <166552198+nbykov0@users.noreply.github.com>
This commit is contained in:
nbykov0 2025-12-03 16:26:32 +03:00
parent 825390c209
commit 8d14bcb598

View file

@ -9,8 +9,3 @@ update:
helm repo add vm https://victoriametrics.github.io/helm-charts/
helm repo update vm
helm pull vm/victoria-metrics-operator --untar --untardir charts
# Prometheus CRDs
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update prometheus-community
helm pull prometheus-community/prometheus-operator-crds --untar --untardir charts
rm -f -- `find charts/prometheus-operator-crds/charts/crds/templates -maxdepth 1 -mindepth 1 | grep -v 'servicemonitor\|podmonitor\|prometheusrule\|probe'`