mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
353 B
16 lines
353 B
5 years ago
|
name: "some-chart"
|
||
|
apiVersion: v2
|
||
|
description: A Helm chart for Kubernetes
|
||
|
version: 72445e2
|
||
|
home: ""
|
||
|
type: application
|
||
|
appVersion: 72225e2
|
||
|
icon: "https://some-url.com/icon.jpeg"
|
||
|
dependencies:
|
||
|
- name: mariadb
|
||
|
version: 5.x.x
|
||
|
repository: https://kubernetes-charts.storage.googleapis.com/
|
||
|
condition: mariadb.enabled
|
||
|
tags:
|
||
|
- database
|