From e56abd0c47aa532502b1e8e58e3085f9d797cafd Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 29 Aug 2023 14:58:13 +0200 Subject: [PATCH] [skip-ci] Update traefik version as old version was not installable anymore --- .../provs/server/infrastructure/k3s/traefik.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml b/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml index b196f10..96cd049 100644 --- a/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml +++ b/src/main/resources/org/domaindrivenarchitecture/provs/server/infrastructure/k3s/traefik.yaml @@ -6,7 +6,7 @@ metadata: name: traefik-crd namespace: kube-system spec: - chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-10.19.300.tgz + chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-21.2.1+up21.2.0.tgz --- apiVersion: helm.cattle.io/v1 kind: HelmChart @@ -14,7 +14,7 @@ metadata: name: traefik namespace: kube-system spec: - chart: https://%{KUBERNETES_API}%/static/charts/traefik-10.19.300.tgz + chart: https://%{KUBERNETES_API}%/static/charts/traefik-21.2.1+up21.2.0.tgz set: global.systemDefaultRegistry: "" valuesContent: |-