From c4cdc62c83c3329948faa4fd2615b0f0223d8573 Mon Sep 17 00:00:00 2001 From: henry-pa-bot <***+henry-bot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:28:40 +0000 Subject: [PATCH] feat(helm)!: Update Helm release grafana to v7 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | grafana | 6.60.6 | 7.0.10 | --- cluster/apps/monitoring/grafana/helm-release.yaml | 2 +- cluster/core/monitoring/jaeger/helm-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/monitoring/grafana/helm-release.yaml b/cluster/apps/monitoring/grafana/helm-release.yaml index 18b458a6b..5a168ca2a 100644 --- a/cluster/apps/monitoring/grafana/helm-release.yaml +++ b/cluster/apps/monitoring/grafana/helm-release.yaml @@ -13,7 +13,7 @@ spec: kind: HelmRepository name: grafana-charts namespace: flux-system - version: 6.60.6 + version: 7.0.10 install: remediation: retries: 3 diff --git a/cluster/core/monitoring/jaeger/helm-release.yaml b/cluster/core/monitoring/jaeger/helm-release.yaml index 705b756ae..38815847b 100644 --- a/cluster/core/monitoring/jaeger/helm-release.yaml +++ b/cluster/core/monitoring/jaeger/helm-release.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: grafana - version: 6.60.6 + version: 7.0.10 interval: 5m sourceRef: kind: HelmRepository