Skip to content

Commit c66cf86

Browse files
committed
Release v0.2.7
1 parent a2a7626 commit c66cf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/ignition/io.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ variable "wireguard_exposed_subnets" {
4343
variable "wiresteward_version" {
4444
type = string
4545
description = "The version of wiresteward to deploy (see https://github.com/utilitywarehouse/wiresteward/)"
46-
default = "latest" # MAKE_RELEASE_MARKER
46+
default = "v0.2.7" # MAKE_RELEASE_MARKER
4747
}
4848

4949
variable "traefik_image" {

0 commit comments

Comments
 (0)