Files
infrastructure/helm/dashboard/Chart.yaml

11 lines
346 B
YAML
Raw Normal View History

2025-09-30 11:30:35 +02:00
apiVersion: v2
2025-09-30 11:47:48 +02:00
name: my-dashboard
description: A Helm chart to deploy the Kubernetes Dashboard
2025-09-30 11:44:12 +02:00
version: 0.1.0
2025-09-30 11:47:48 +02:00
appVersion: "3.0.0" # This can be the version of the dashboard you intend to deploy
2025-09-30 11:44:12 +02:00
2025-09-30 11:47:48 +02:00
dependencies:
- name: kubernetes-dashboard
version: "7.3.0" # Use a specific, stable version
repository: "https://kubernetes.github.io/dashboard/"