Update to traefik v3

This commit is contained in:
Adrien Reslinger 2024-05-04 13:39:47 +02:00
parent a4d8db4653
commit 0ff12a846f
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
3 changed files with 6 additions and 5 deletions

View file

@ -110,6 +110,7 @@
context: "{{ my_context }}"
name: traefik
chart_ref: traefik/traefik
chart_version: "{{ traefik_helm_chart_version }}"
release_namespace: "{{ traefik_namespace }}"
values: "{{ lookup('template', 'traefik-helm-value.yaml.j2') | from_yaml }}"