Files
infrastructure/helm/dashboard/Chart.yaml
2025-09-30 11:47:48 +02:00

11 lines
346 B
YAML

apiVersion: v2
name: my-dashboard
description: A Helm chart to deploy the Kubernetes Dashboard
version: 0.1.0
appVersion: "3.0.0" # This can be the version of the dashboard you intend to deploy
dependencies:
- name: kubernetes-dashboard
version: "7.3.0" # Use a specific, stable version
repository: "https://kubernetes.github.io/dashboard/"