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 06bae82 commit e9e6713Copy full SHA for e9e6713
scripts/bootstrap-apps.sh
@@ -92,7 +92,7 @@ function apply_crds() {
92
# renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator
93
https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.83.0/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.17.0/docs/sources/crd/crd-manifest.yaml
+ https://raw.githubusercontent.com/kubernetes-sigs/external-dns/refs/tags/v0.18.0/docs/sources/crd/crd-manifest.yaml
96
)
97
98
for crd in "${crds[@]}"; do
0 commit comments