From 188150d75138d5ab241983e47f601f2540e94312 Mon Sep 17 00:00:00 2001 From: MichelHollands Date: Wed, 28 Aug 2024 07:02:46 +0000 Subject: [PATCH] Update Grafana version --- charts/meta-monitoring/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/meta-monitoring/values.yaml b/charts/meta-monitoring/values.yaml index a030128..e8104d0 100644 --- a/charts/meta-monitoring/values.yaml +++ b/charts/meta-monitoring/values.yaml @@ -28,7 +28,7 @@ local: minio: enabled: false # This should be set to true if any of the previous is enabled grafana: - version: 10.4.2 + version: 11.1.5 # Gateway ingress configuration ingress: # -- Specifies whether an ingress for the gateway should be created @@ -60,10 +60,10 @@ logs: # Adding regexes here will add a stage.replace block for logs. For more information see # https://grafana.com/docs/agent/latest/flow/reference/components/loki.process/#stagereplace-block piiRegexes: null # This example replaces the word after password with ***** -# - expression: "password (\\\\S+)" -# source: "" # Empty uses the log message -# replace: "*****"" -# The lines matching these will be kept in Loki + # - expression: "password (\\\\S+)" + # source: "" # Empty uses the log message + # replace: "*****"" + # The lines matching these will be kept in Loki retain: # This shows the queries - caller=metrics.go