Files
infrastructure/helm/dashboard/Chart.yaml

15 lines
366 B
YAML
Raw Normal View History

2025-09-30 11:30:35 +02:00
apiVersion: v2
name: kubernetes-dashboard
2025-09-30 11:44:12 +02:00
description: A minimal wrapper chart to deploy the Kubernetes Dashboard into the i-dashboard namespace
2025-09-30 11:30:35 +02:00
type: application
2025-09-30 11:44:12 +02:00
version: 0.1.0
appVersion: "latest"
kubeVersion: ">=1.20.0"
2025-09-30 11:30:35 +02:00
keywords:
- kubernetes
- dashboard
2025-09-30 11:44:12 +02:00
home: "https://kubernetes.github.io/dashboard/"
sources:
- "https://github.com/kubernetes/dashboard"