Skip to content

Commit 3208e77

Browse files
[scripts] Update dependency kyverno/kyverno to v1.16.1 (#226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb594f2 commit 3208e77

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
@@ -30,7 +30,7 @@ python3 openapi2jsonschema.py crd.yaml && rm crd.yaml
3030
python3 openapi2jsonschema.py https://raw.githubusercontent.com/traefik/traefik/v3.6.2/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
3131

3232
# renovate:github-url
33-
python3 openapi2jsonschema.py https://github.com/kyverno/kyverno/releases/download/v1.16.0/install.yaml
33+
python3 openapi2jsonschema.py https://github.com/kyverno/kyverno/releases/download/v1.16.1/install.yaml
3434

3535
# renovate:general datasource=helm depName=prometheus-operator-crds registryUrl=https://prometheus-community.github.io/helm-charts
3636
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

0 commit comments

Comments
 (0)