mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-13 10:02:17 +00:00
20 lines
569 B
YAML
20 lines
569 B
YAML
apiVersion: v2
|
|
appVersion: 0.4.0
|
|
description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
|
|
name: ohayodash
|
|
version: 0.4.0
|
|
kubeVersion: ">=1.19.0-0"
|
|
keywords:
|
|
- ohayodash
|
|
- startpage
|
|
- dashboard
|
|
home: https://github.com/nikdoof/ohayodash/tree/main/charts/ohayodash
|
|
sources:
|
|
- https://github.com/nikdoof/ohayodash
|
|
maintainers:
|
|
- name: nikdoof
|
|
email: nikdoof@users.noreply.github.com
|
|
dependencies:
|
|
- name: common
|
|
repository: https://nikdoof.github.io/helm-charts/
|
|
version: 4.5.3 |