Skip to content

chore(deps): update helm release traefik to v35.4.0 #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You can call the roles from this collection in your Ansible playbooks as follows
| Role Name | Helm Chart Version | README Link |
| --------- | ------------------ | ------------------------------------ |
| metallb | v0.14.9 | [View README](roles/metallb/README.md) |
| traefik | v35.3.0 | [View README](roles/traefik/README.md) |
| traefik | v35.4.0 | [View README](roles/traefik/README.md) |
| cert\_manager | v0.17.1 | [View README](roles/cert_manager/README.md) |
| mongodb community operator | v0.13.0 | [View README](roles/mongodb/README.md) |

Expand Down
2 changes: 1 addition & 1 deletion roles/traefik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Helm chart version to install
#### Default value

```YAML
traefik_helm_version: v35.3.0
traefik_helm_version: v35.4.0
```

### traefik_ingress_enabled
Expand Down
2 changes: 1 addition & 1 deletion roles/traefik/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ traefik_namespace: "ingress-traefik-controller"
# @var traefik_helm_version:type: string
# @var traefik_helm_version:description: >
# Helm chart version to install
traefik_helm_version: v35.3.0
traefik_helm_version: v35.4.0

# @var traefik_deployments
# @var traefik_deployments:type: list of dict
Expand Down