Skip to content

Commit

Permalink
Release v0.2.7-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel committed Jan 10, 2025
1 parent ef72c79 commit 39d9f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "latest
default = "v0.2.7-RC3" # MAKE_RELEASE_MARKER
}

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

variable "s3fs_access_key" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/ignition/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
ignition = {
source = "community-terraform-providers/ignition"
source = "community-terraform-providers/ignition"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit 39d9f51

Please sign in to comment.