From 6d552652fd914d2281162eee23bd949e9e26ea3f Mon Sep 17 00:00:00 2001 From: Matthias Hartmann Date: Wed, 6 May 2026 18:03:16 +0200 Subject: [PATCH 1/2] feat: replace promtail helm chart with alloy --- release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release.yaml b/release.yaml index e7de4f0a..829e2f14 100644 --- a/release.yaml +++ b/release.yaml @@ -329,12 +329,12 @@ docker-images: tag: 1.27-alpine helm-charts: logging: + alloy: + repository: https://grafana.github.io/helm-charts + version: 1.8.0 loki: repository: https://grafana.github.io/helm-charts version: 5.8.9 - promtail: - repository: https://grafana.github.io/helm-charts - version: 6.11.5 metal-stack: metal-control-plane: oci: ghcr.io/metal-stack/helm-charts/metal-control-plane From fd7ace76172b3adfc240602d6bf8a75ef616b03f Mon Sep 17 00:00:00 2001 From: Matthias Hartmann Date: Tue, 12 May 2026 08:45:51 +0200 Subject: [PATCH 2/2] chore: keep promtail for now --- release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release.yaml b/release.yaml index 829e2f14..c9a5800c 100644 --- a/release.yaml +++ b/release.yaml @@ -335,6 +335,9 @@ helm-charts: loki: repository: https://grafana.github.io/helm-charts version: 5.8.9 + promtail: + repository: https://grafana.github.io/helm-charts + version: 6.11.5 metal-stack: metal-control-plane: oci: ghcr.io/metal-stack/helm-charts/metal-control-plane