Skip to content

Commit 62a3868

Browse files
committed
chore(deps): update helm release traefik to v36
1 parent 86cddd9 commit 62a3868

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can call the roles from this collection in your Ansible playbooks as follows
4747
| Role Name | Helm Chart Version | README Link |
4848
| --------- | ------------------ | ------------------------------------ |
4949
| 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) |
5151
| cert\_manager | v0.17.1 | [View README](roles/cert_manager/README.md) |
5252
| mongodb community operator | v0.13.0 | [View README](roles/mongodb/README.md) |
5353

roles/traefik/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Helm chart version to install
8888
#### Default value
8989
9090
```YAML
91-
traefik_helm_version: v35.3.0
91+
traefik_helm_version: v36.3.0
9292
```
9393
9494
### traefik_ingress_enabled

roles/traefik/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ traefik_namespace: "ingress-traefik-controller"
1515
# @var traefik_helm_version:type: string
1616
# @var traefik_helm_version:description: >
1717
# Helm chart version to install
18-
traefik_helm_version: v35.3.0
18+
traefik_helm_version: v36.3.0
1919

2020
# @var traefik_deployments
2121
# @var traefik_deployments:type: list of dict

0 commit comments

Comments
 (0)