Skip to content

Commit

Permalink
Update images in ignition config to point to latest versions (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffilippopoulos authored Dec 14, 2022
1 parent 2e2326a commit 47ced86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/ignition/io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ variable "wireguard_exposed_subnets" {
variable "wiresteward_version" {
type = string
description = "The version of wiresteward to deploy (see https://github.com/utilitywarehouse/wiresteward/)"
default = "v0.2.1"
default = "v0.2.5"
}

variable "traefik_image" {
type = string
description = "Traefik image for the proxy service to wiresteward"
default = "traefik:v2.3.7"
default = "traefik:v2.8.7"
}

variable "s3fs_access_key" {
Expand Down

0 comments on commit 47ced86

Please sign in to comment.