diff --git a/kubernetes/common/grafana/kustomization.yaml b/kubernetes/common/grafana/kustomization.yaml index 05dca5f2..61184caa 100644 --- a/kubernetes/common/grafana/kustomization.yaml +++ b/kubernetes/common/grafana/kustomization.yaml @@ -4,7 +4,7 @@ namespace: monitoring-system helmCharts: - name: grafana repo: https://grafana.github.io/helm-charts - version: 8.3.2 + version: 8.3.3 releaseName: grafana namespace: monitoring-system includeCRDs: false diff --git a/kubernetes/microservices-mode/metrics/mimir-distributed/kustomization.yaml b/kubernetes/microservices-mode/metrics/mimir-distributed/kustomization.yaml index c4422e95..a0694baf 100644 --- a/kubernetes/microservices-mode/metrics/mimir-distributed/kustomization.yaml +++ b/kubernetes/microservices-mode/metrics/mimir-distributed/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization # namespace: monitoring-system helmCharts: - name: mimir-distributed - version: 5.3.0 + version: 5.4.0 repo: https://grafana.github.io/helm-charts releaseName: mimir-distributed namespace: monitoring-system