From 3782a44ba857fc15da73f885c27dd05c47786ef6 Mon Sep 17 00:00:00 2001 From: Peter Sutter Date: Tue, 12 May 2026 23:25:03 +0200 Subject: [PATCH] Fix Helm chart deprecation notice in dashboard 1.84.0 blog Distinguish between the two deprecation cases: - gardener-dashboard chart: deprecated in favor of gardener-operator - identity chart: deprecated without replacement --- website/blog/2026/05/05-11-gardener-dashboard-1840.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2026/05/05-11-gardener-dashboard-1840.md b/website/blog/2026/05/05-11-gardener-dashboard-1840.md index 7aee99adc..0c47a956f 100644 --- a/website/blog/2026/05/05-11-gardener-dashboard-1840.md +++ b/website/blog/2026/05/05-11-gardener-dashboard-1840.md @@ -41,7 +41,7 @@ The dashboard now uses the new `credentialsRef` / `credentials` keys for DNS pro ## Helm Chart Deprecation Notice -The `gardener-dashboard` and `identity` Helm charts are **deprecated** in favor of `gardener-operator` managed deployments. These charts will be removed earliest around November 2026. If you still rely on Helm-based dashboard installations, please plan your migration to `gardener-operator` — see the [migration guide](https://github.com/gardener/gardener/blob/master/docs/concepts/operator.md#migrating-an-existing-gardener-landscape-to-gardener-operator). +The `gardener-dashboard` Helm chart is **deprecated** in favor of `gardener-operator` managed deployments. The `identity` Helm chart is **deprecated without replacement**. Both charts will be removed earliest around November 2026. If you still rely on Helm-based dashboard installations, please plan your migration to `gardener-operator` — see the [migration guide](https://github.com/gardener/gardener/blob/master/docs/concepts/operator.md#migrating-an-existing-gardener-landscape-to-gardener-operator). ## Links