From 47ced864f2aef43ce06d2e683fdbebd0088b0efd Mon Sep 17 00:00:00 2001 From: Foivos Filippopoulos <35731697+ffilippopoulos@users.noreply.github.com> Date: Wed, 14 Dec 2022 10:45:40 +0000 Subject: [PATCH] Update images in ignition config to point to latest versions (#162) --- terraform/ignition/io.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/ignition/io.tf b/terraform/ignition/io.tf index caa7a2b..caee4f5 100644 --- a/terraform/ignition/io.tf +++ b/terraform/ignition/io.tf @@ -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" {