Simplify traefik version management
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
23413944f5
commit
0f90bb8c99
3 changed files with 3 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
my_context: kubernetes
|
my_context: kubernetes
|
||||||
traefik_version: "2.3"
|
traefik_version: "2.4.0"
|
||||||
traefik_domain: "local"
|
traefik_domain: "local"
|
||||||
traefik_namespace: "traefik"
|
traefik_namespace: "traefik"
|
||||||
#ingress_whitelist:
|
#ingress_whitelist:
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
release_namespace: "{{ traefik_namespace }}"
|
release_namespace: "{{ traefik_namespace }}"
|
||||||
values:
|
values:
|
||||||
image:
|
image:
|
||||||
tag: "{{ traefik_version_2_3 }}"
|
tag: "{{ traefik_version }}"
|
||||||
additionalArguments:
|
additionalArguments:
|
||||||
- --configFile=/etc/traefik/traefik.yaml
|
- --configFile=/etc/traefik/traefik.yaml
|
||||||
podSecurityPolicy:
|
podSecurityPolicy:
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1 @@
|
||||||
|
---
|
||||||
traefik_version_2_3: 2.3.7
|
|
||||||
traefik_2_3_list:
|
|
||||||
- 2.3/traefik-crd-ingressroutes.yml.j2
|
|
||||||
- 2.3/traefik-crd-ingressroutetcps.yml.j2
|
|
||||||
- 2.3/traefik-crd-ingressrouteudps.yml.j2
|
|
||||||
- 2.3/traefik-crd-middlewares.yml.j2
|
|
||||||
- 2.3/traefik-crd-tlsoptions.yml.j2
|
|
||||||
- 2.3/traefik-crd-tlsstores.yml.j2
|
|
||||||
- 2.3/traefik-crd-traefikservices.yml.j2
|
|
||||||
- 2.3/traefik-clusterrole.yml.j2
|
|
||||||
- 2.3/traefik-clusterrolebinding.yml.j2
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue