We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45371d7 commit dea0911Copy full SHA for dea0911
scripts/bootstrap-apps.sh
@@ -90,7 +90,7 @@ function apply_crds() {
90
91
local -r crds=(
92
# renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator
93
- https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.86.0/stripped-down-crds.yaml
+ https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.86.1/stripped-down-crds.yaml
94
# renovate: datasource=github-releases depName=kubernetes-sigs/external-dns
95
https://raw.githubusercontent.com/kubernetes-sigs/external-dns/refs/tags/v0.19.0/docs/sources/crd/crd-manifest.yaml
96
)
0 commit comments