From bc5e1b96f9511e98cdada8f969e1447623b3969b Mon Sep 17 00:00:00 2001 From: "trap-renovate[bot]" <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 20:34:06 +0000 Subject: [PATCH] feat(github-release): update traefik/traefik to v3.6.2 --- .scripts/setup-crd.sh | 2 +- traefik/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scripts/setup-crd.sh b/.scripts/setup-crd.sh index 27c706bbf..0b03cadfd 100755 --- a/.scripts/setup-crd.sh +++ b/.scripts/setup-crd.sh @@ -20,7 +20,7 @@ kustomize build https://github.com/argoproj/argo-workflows//manifests/base/crds/ python3 openapi2jsonschema.py crd.yaml && rm crd.yaml # renovate:github-url -python3 openapi2jsonschema.py https://raw.githubusercontent.com/traefik/traefik/v3.5.6/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml +python3 openapi2jsonschema.py https://raw.githubusercontent.com/traefik/traefik/v3.6.2/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml # renovate:github-url python3 openapi2jsonschema.py https://github.com/cert-manager/cert-manager/releases/download/v1.19.1/cert-manager.yaml diff --git a/traefik/kustomization.yaml b/traefik/kustomization.yaml index f1c3069b7..bba57157a 100644 --- a/traefik/kustomization.yaml +++ b/traefik/kustomization.yaml @@ -1,6 +1,6 @@ resources: # renovate:github-url - - https://raw.githubusercontent.com/traefik/traefik/v3.5.6/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml + - https://raw.githubusercontent.com/traefik/traefik/v3.6.2/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml - cluster-role.yaml - cluster-role-binding.yaml - daemon-set.yaml