Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Oct 26, 2021
1 parent 76b3feb commit d48749e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ variable "name_postfix" {

variable "thanos_image" {
description = "Image to use for Thanos app. Use a v* tagged version to prevent automatic updates"
default = "philipslabs/cf-thanos:v4.3.6"
default = "philipslabs/cf-thanos:v5.0.1"
type = string
}

variable "thanos_query_image" {
description = "Image to use for Thanos query. Use a v* tagged version to prevent automatic updates"
default = "philipslabs/cf-thanos:v4.3.6"
default = "philipslabs/cf-thanos:v5.0.1"
type = string
}

variable "thanos_store_image" {
description = "Image to use for Thanos store. Use a v* tagged version to prevent automatic updates"
default = "philipslabs/cf-thanos:v4.3.6"
default = "philipslabs/cf-thanos:v5.0.1"
type = string
}

Expand Down Expand Up @@ -140,4 +140,4 @@ variable "alertmanagers_endpoints" {
type = list(string)
description = "List of endpoints of the alert managers"
default = []
}
}

0 comments on commit d48749e

Please sign in to comment.