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
334 B
16 lines
334 B
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://charts.helm.sh/stable/
|
|
condition: mariadb.enabled
|
|
tags:
|
|
- database
|