Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Aug 30, 2024
1 parent 1f0a7e8 commit 226154b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -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" {
Expand Down

0 comments on commit 226154b

Please sign in to comment.