diff --git a/kubernetes/common/grafana/kustomization.yaml b/kubernetes/common/grafana/kustomization.yaml index 4fed45a6..da9f3f53 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.6.3 + version: 8.6.4 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 bca407db..22895087 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.22.0 + version: 6.23.0 repo: https://grafana.github.io/helm-charts releaseName: loki-distributed namespace: logging-system diff --git a/kubernetes/microservices-mode/profiles/pyroscope/kustomization.yaml b/kubernetes/microservices-mode/profiles/pyroscope/kustomization.yaml index a9d53f6c..07d20357 100644 --- a/kubernetes/microservices-mode/profiles/pyroscope/kustomization.yaml +++ b/kubernetes/microservices-mode/profiles/pyroscope/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization helmCharts: - name: pyroscope - version: 1.9.1 + version: 1.10.0 repo: https://grafana.github.io/helm-charts releaseName: pyroscope namespace: profiles-system diff --git a/kubernetes/microservices-mode/traces/tempo-distributed/kustomization.yaml b/kubernetes/microservices-mode/traces/tempo-distributed/kustomization.yaml index 51281180..5c1d1da9 100644 --- a/kubernetes/microservices-mode/traces/tempo-distributed/kustomization.yaml +++ b/kubernetes/microservices-mode/traces/tempo-distributed/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: tracing-system helmCharts: - name: tempo-distributed - version: 1.23.1 + version: 1.23.2 repo: https://grafana.github.io/helm-charts releaseName: tempo-distributed namespace: tracing-system diff --git a/kubernetes/monolithic-mode/profiles/pyroscope/kustomization.yaml b/kubernetes/monolithic-mode/profiles/pyroscope/kustomization.yaml index 184ac0e4..c41c7bee 100644 --- a/kubernetes/monolithic-mode/profiles/pyroscope/kustomization.yaml +++ b/kubernetes/monolithic-mode/profiles/pyroscope/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: profiles-system helmCharts: - name: pyroscope - version: 1.9.1 + version: 1.10.0 repo: https://grafana.github.io/helm-charts releaseName: pyroscope namespace: profiles-system diff --git a/kubernetes/read-write-mode/logs/loki/kustomization.yaml b/kubernetes/read-write-mode/logs/loki/kustomization.yaml index e4d79d99..3204b8ec 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.22.0 + version: 6.23.0 repo: https://grafana.github.io/helm-charts releaseName: loki namespace: logging-system