Skip to content

Commit ebd5f0c

Browse files
fix(github-release): update cert-manager/cert-manager to v1.19.2
1 parent 5b6d933 commit ebd5f0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scripts/setup-crd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python3 openapi2jsonschema.py crd.yaml && rm crd.yaml
2323
python3 openapi2jsonschema.py https://raw.githubusercontent.com/traefik/traefik/v3.5.6/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
2424

2525
# renovate:github-url
26-
python3 openapi2jsonschema.py https://github.com/cert-manager/cert-manager/releases/download/v1.19.1/cert-manager.yaml
26+
python3 openapi2jsonschema.py https://github.com/cert-manager/cert-manager/releases/download/v1.19.2/cert-manager.yaml
2727

2828
# renovate:github-url
2929
python3 openapi2jsonschema.py https://github.com/rancher/system-upgrade-controller/releases/download/v0.18.0/crd.yaml

cert-manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resources:
22
# renovate:github-url
3-
- https://github.com/cert-manager/cert-manager/releases/download/v1.19.1/cert-manager.yaml
3+
- https://github.com/cert-manager/cert-manager/releases/download/v1.19.2/cert-manager.yaml
44
- cluster-issuer.yaml
55
- staging-cluster-issuer.yaml
66
- dns-cluster-issuer.yaml

0 commit comments

Comments
 (0)