11 lines
346 B
YAML
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/"
|