Skip to content

Commit

Permalink
Use stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Sep 23, 2022
1 parent 5d84e66 commit 136a847
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.2"
default = "philipslabs/cf-thanos:v6.0.0"
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.2"
default = "philipslabs/cf-thanos:v6.0.0"
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.2"
default = "philipslabs/cf-thanos:v6.0.0"
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.2"
default = "philipslabs/cf-thanos:v6.0.0"
type = string
}

Expand Down Expand Up @@ -163,7 +163,7 @@ variable "cf_functional_account" {

variable "cf_paas_exporter_image" {
description = "Image to use for cf paas exporter. Use a v* tagged version to prevent automatic updates"
default = "governmentpaas/paas-prometheus-exporter:latest"
default = "loafoe/paas-prometheus-exporter:v0.0.5"
type = string
}

Expand Down

0 comments on commit 136a847

Please sign in to comment.