diff --git a/kubernetes/common/grafana/kustomization.yaml b/kubernetes/common/grafana/kustomization.yaml index 780e952c..2b42e324 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.4.8 + version: 8.5.0 releaseName: grafana namespace: monitoring-system includeCRDs: false diff --git a/kubernetes/microservices-mode/logs/loki/kustomization.yaml b/kubernetes/microservices-mode/logs/loki/kustomization.yaml index c1eb4a21..0617f7a7 100644 --- a/kubernetes/microservices-mode/logs/loki/kustomization.yaml +++ b/kubernetes/microservices-mode/logs/loki/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: logging-system helmCharts: - name: loki - version: 6.10.0 + version: 6.11.0 repo: https://grafana.github.io/helm-charts releaseName: loki-distributed namespace: logging-system diff --git a/kubernetes/read-write-mode/logs/loki/kustomization.yaml b/kubernetes/read-write-mode/logs/loki/kustomization.yaml index 912f9355..40670dfe 100644 --- a/kubernetes/read-write-mode/logs/loki/kustomization.yaml +++ b/kubernetes/read-write-mode/logs/loki/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: logging-system helmCharts: - name: loki - version: 6.10.0 + version: 6.11.0 repo: https://grafana.github.io/helm-charts releaseName: loki namespace: logging-system