Skip to content

Commit bc5e1b9

Browse files
feat(github-release): update traefik/traefik to v3.6.2
1 parent 1c90cc8 commit bc5e1b9

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
@@ -20,7 +20,7 @@ kustomize build https://github.com/argoproj/argo-workflows//manifests/base/crds/
2020
python3 openapi2jsonschema.py crd.yaml && rm crd.yaml
2121

2222
# renovate:github-url
23-
python3 openapi2jsonschema.py https://raw.githubusercontent.com/traefik/traefik/v3.5.6/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
23+
python3 openapi2jsonschema.py https://raw.githubusercontent.com/traefik/traefik/v3.6.2/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
2424

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

traefik/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://raw.githubusercontent.com/traefik/traefik/v3.5.6/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
3+
- https://raw.githubusercontent.com/traefik/traefik/v3.6.2/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
44
- cluster-role.yaml
55
- cluster-role-binding.yaml
66
- daemon-set.yaml

0 commit comments

Comments
 (0)