From 4aa8d73a927d1b032299c5af50ce297dcaa7aa9c Mon Sep 17 00:00:00 2001 From: henry-pa-bot <***+henry-bot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:28:55 +0000 Subject: [PATCH] fix(helm): update helm release grafana to v6.60.4 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | grafana | 6.60.3 | 6.60.4 | --- 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 429ccf239..55487515d 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.3 + version: 6.60.4 install: remediation: retries: 3 diff --git a/cluster/core/monitoring/jaeger/helm-release.yaml b/cluster/core/monitoring/jaeger/helm-release.yaml index 4f5d62689..6e6a0d87f 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.3 + version: 6.60.4 interval: 5m sourceRef: kind: HelmRepository