Skip to content

Commit

Permalink
⚡ update default chart version to 10.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed Dec 26, 2021
1 parent 47eab55 commit 90ea1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "namespace" {
variable "traefik_chart_version" {
description = "Version of Traefik chart to install"
type = string
default = "10.7.1" # See https://artifacthub.io/packages/helm/traefik/traefik for latest version(s)
default = "10.9.1" # See https://artifacthub.io/packages/helm/traefik/traefik for latest version(s)
}

# Helm chart deployment can sometimes take longer than the default 5 minutes
Expand Down

0 comments on commit 90ea1b4

Please sign in to comment.