File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ You can call the roles from this collection in your Ansible playbooks as follows
47
47
| Role Name | Helm Chart Version | README Link |
48
48
| --------- | ------------------ | ------------------------------------ |
49
49
| metallb | v0.14.9 | [View README](roles/metallb/README.md) |
50
- | traefik | v35 .3.0 | [View README](roles/traefik/README.md) |
50
+ | traefik | v36 .3.0 | [View README](roles/traefik/README.md) |
51
51
| cert\_ manager | v0.17.1 | [View README](roles/cert_manager/README.md) |
52
52
| mongodb community operator | v0.13.0 | [View README](roles/mongodb/README.md) |
53
53
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Helm chart version to install
88
88
#### Default value
89
89
90
90
` ` ` YAML
91
- traefik_helm_version : v35 .3.0
91
+ traefik_helm_version : v36 .3.0
92
92
` ` `
93
93
94
94
### traefik_ingress_enabled
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ traefik_namespace: "ingress-traefik-controller"
15
15
# @var traefik_helm_version:type: string
16
16
# @var traefik_helm_version:description: >
17
17
# Helm chart version to install
18
- traefik_helm_version : v35 .3.0
18
+ traefik_helm_version : v36 .3.0
19
19
20
20
# @var traefik_deployments
21
21
# @var traefik_deployments:type: list of dict
You can’t perform that action at this time.
0 commit comments