From d48749e4c73d9bf8cbbde73d2547f79edbdb1464 Mon Sep 17 00:00:00 2001 From: Andy Lo-A-Foe Date: Tue, 26 Oct 2021 09:04:51 +0200 Subject: [PATCH] Update version --- variables.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/variables.tf b/variables.tf index 405cb70..33328e8 100644 --- a/variables.tf +++ b/variables.tf @@ -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 } @@ -140,4 +140,4 @@ variable "alertmanagers_endpoints" { type = list(string) description = "List of endpoints of the alert managers" default = [] -} \ No newline at end of file +}