From 0b552f513713be45d14242e83fe2ee018b0de1e6 Mon Sep 17 00:00:00 2001 From: Philippe Merle Date: Fri, 17 Jul 2026 14:42:58 +0200 Subject: [PATCH] Update URL to Kubernetes Dashboard Helm Chart --- webapp/frontend/src/examples/registry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/frontend/src/examples/registry.js b/webapp/frontend/src/examples/registry.js index 87f2726..0236c60 100644 --- a/webapp/frontend/src/examples/registry.js +++ b/webapp/frontend/src/examples/registry.js @@ -87,7 +87,7 @@ const HELM_CHART_EXAMPLES = [ id: 'kubernetes-dashboard', name: 'Kubernetes Dashboard', description: 'General-purpose web UI for Kubernetes clusters', - url: 'https://kubernetes.github.io/dashboard/kubernetes-dashboard', + url: 'https://kubernetes-retired.github.io/dashboard/kubernetes-dashboard', }, { id: 'metrics-server',