Skip to content

Commit

Permalink
Fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Sep 11, 2022
1 parent 473ae37 commit c33122f
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,25 +16,25 @@ 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:v5.5.1"
default = "philipslabs/cf-thanos:v5.5.2"
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:v5.5.1"
default = "philipslabs/cf-thanos:v5.5.2"
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:v5.5.1"
default = "philipslabs/cf-thanos:v5.5.2"
type = string
}

variable "thanos_compactor_image" {
description = "Image to use for Thanos compactor. Use a v* tagged version to prevent automatic updates"
default = "philipslabs/cf-thanos:v5.5.1"
default = "philipslabs/cf-thanos:v5.5.2"
type = string
}

Expand Down

0 comments on commit c33122f

Please sign in to comment.