From 226154b383f5a988a430d71714358cb15c2a86d6 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 29 Aug 2024 21:33:08 -0400 Subject: [PATCH] update versions --- variables.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/variables.tf b/variables.tf index ecad875..0f5b792 100644 --- a/variables.tf +++ b/variables.tf @@ -54,14 +54,14 @@ variable "rwo_storage_class" { variable "loki_chart_version" { description = "Which version of the grafana/loki helm chart to use." type = string - default = "6.6.5" + default = "6.10.2" } # The [APP VERSION] associated with the helm chart. variable "loki_tag" { description = "The tag of the loki image to use." type = string - default = "3.0.0" + default = "3.1.1" } variable "canary_tag" { @@ -91,7 +91,7 @@ variable "memcached_tag" { variable "exporter_tag" { description = "The version of prom/memcached-exporter to use for the gateway." type = string - default = "v0.14.2" + default = "v0.14.4" } variable "sidecar_tag" {