diff --git a/clusters/kairos/monitoring/grafana/helmrelease.yaml b/clusters/kairos/monitoring/grafana/helmrelease.yaml index 293cd26..7dac81f 100644 --- a/clusters/kairos/monitoring/grafana/helmrelease.yaml +++ b/clusters/kairos/monitoring/grafana/helmrelease.yaml @@ -5,7 +5,7 @@ metadata: spec: chart: spec: - chart: grafana/grafana + chart: grafana reconcileStrategy: ChartVersion sourceRef: kind: HelmRepository diff --git a/clusters/kairos/monitoring/helmrepo.yaml b/clusters/kairos/monitoring/helmrepo.yaml index 2024fa0..1101eb5 100644 --- a/clusters/kairos/monitoring/helmrepo.yaml +++ b/clusters/kairos/monitoring/helmrepo.yaml @@ -1,4 +1,3 @@ ---- apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: diff --git a/clusters/kairos/monitoring/loki/helmrelease.yaml b/clusters/kairos/monitoring/loki/helmrelease.yaml index 7fa05a9..efde6cb 100644 --- a/clusters/kairos/monitoring/loki/helmrelease.yaml +++ b/clusters/kairos/monitoring/loki/helmrelease.yaml @@ -5,7 +5,7 @@ metadata: spec: chart: spec: - chart: grafana/loki + chart: loki reconcileStrategy: ChartVersion sourceRef: kind: HelmRepository diff --git a/clusters/kairos/monitoring/promtail/helmrelease.yaml b/clusters/kairos/monitoring/promtail/helmrelease.yaml index a2fe23c..541f36b 100644 --- a/clusters/kairos/monitoring/promtail/helmrelease.yaml +++ b/clusters/kairos/monitoring/promtail/helmrelease.yaml @@ -5,7 +5,7 @@ metadata: spec: chart: spec: - chart: grafana/promtail + chart: promtail reconcileStrategy: ChartVersion sourceRef: kind: HelmRepository