Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Commit aa7182f

Browse files
feat(charts): update helm release loki to v5
1 parent 3aad1c8 commit aa7182f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring/loki.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ resource "helm_release" "loki" {
146146
name = local.loki["name"]
147147
repository = "https://grafana.github.io/helm-charts"
148148
chart = "loki"
149-
version = "3.10.0"
149+
version = "5.8.4"
150150
timeout = local.loki["timeout"]
151151
force_update = local.loki["force_update"]
152152
recreate_pods = local.loki["recreate_pods"]

0 commit comments

Comments
 (0)