From 5505ad918e84ce18d7351040fc8b53347237daf3 Mon Sep 17 00:00:00 2001 From: BB_AUTO_MR_TOKEN <project_2872_bot_c0b5e5ba7fbe7ce9d836e755c36b3987@noreply.repo1.dso.mil> Date: Wed, 18 Sep 2024 20:50:20 +0000 Subject: [PATCH] grafana update to 8.5.1-bb.0 --- chart/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 9f05e68435..9df1953c38 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -701,11 +701,11 @@ loki: git: repo: https://repo1.dso.mil/big-bang/product/packages/loki.git path: "./chart" - tag: "6.12.0-bb.1" + tag: "6.12.0-bb.4" helmRepo: repoName: "registry1" chartName: "loki" - tag: "6.12.0-bb.1" + tag: "6.12.0-bb.4" # -- Flux reconciliation overrides specifically for the Loki Package flux: {} @@ -810,11 +810,11 @@ tempo: git: repo: https://repo1.dso.mil/big-bang/product/packages/tempo.git path: "./chart" - tag: "1.10.3-bb.1" + tag: "1.10.3-bb.5" helmRepo: repoName: "registry1" chartName: "tempo" - tag: "1.10.3-bb.1" + tag: "1.10.3-bb.5" # -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". ingress: @@ -933,11 +933,11 @@ grafana: git: repo: https://repo1.dso.mil/big-bang/product/packages/grafana.git path: "./chart" - tag: "8.4.6-bb.1" + tag: "8.5.1-bb.0" helmRepo: repoName: "registry1" chartName: "grafana" - tag: "8.4.6-bb.1" + tag: "8.5.1-bb.0" # -- Flux reconciliation overrides specifically for the Monitoring Package flux: {} -- GitLab