Skip to content

Commit fc19055

Browse files
[scripts] Update Helm release prometheus-operator-crds to v27
1 parent b27b732 commit fc19055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup-crd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python3 openapi2jsonschema.py https://raw.githubusercontent.com/traefik/traefik/
3333
python3 openapi2jsonschema.py https://github.com/kyverno/kyverno/releases/download/v1.17.0/install.yaml
3434

3535
# renovate:general datasource=helm depName=prometheus-operator-crds registryUrl=https://prometheus-community.github.io/helm-charts
36-
helm template --include-crds --repo https://prometheus-community.github.io/helm-charts --set settings.clusterName=test prometheus-operator-crds --version "24.0.2" > crd.yaml
36+
helm template --include-crds --repo https://prometheus-community.github.io/helm-charts --set settings.clusterName=test prometheus-operator-crds --version "27.0.0" > crd.yaml
3737
python3 openapi2jsonschema.py crd.yaml && rm crd.yaml
3838

3939
# renovate:general datasource=helm depName=victoria-metrics-k8s-stack registryUrl=https://victoriametrics.github.io/helm-charts/

0 commit comments

Comments
 (0)