From bae2c0105fe6570409ea50ee830cd36c7cfa82a9 Mon Sep 17 00:00:00 2001 From: "trap-renovate[bot]" <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:56:55 +0000 Subject: [PATCH] feat(github-release): update traefik/traefik to v3.3.1 --- setup-crd.sh | 2 +- traefik/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-crd.sh b/setup-crd.sh index 4e6b764..6e24d25 100755 --- a/setup-crd.sh +++ b/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.2.3/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml +python3 openapi2jsonschema.py https://raw.githubusercontent.com/traefik/traefik/v3.3.1/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.16.2/cert-manager.yaml diff --git a/traefik/kustomization.yaml b/traefik/kustomization.yaml index 204abf7..d64625a 100644 --- a/traefik/kustomization.yaml +++ b/traefik/kustomization.yaml @@ -1,6 +1,6 @@ resources: # renovate:github-url - - https://raw.githubusercontent.com/traefik/traefik/v3.2.3/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml + - https://raw.githubusercontent.com/traefik/traefik/v3.3.1/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml - cluster-role.yaml - cluster-role-binding.yaml - daemon-set.yaml