27 lines
865 B
YAML
27 lines
865 B
YAML
apiVersion: v2
|
|
|
|
# This is the version number of the application being deployed. This version number should be
|
|
# incremented each time you make changes to the application. Versions are not expected to
|
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
|
# It is recommended to use it with quotes.
|
|
#appVersion: "1.16.0"
|
|
appVersion: "latest"
|
|
|
|
description: Helm chart for cv
|
|
name: cv
|
|
version: 0.0.8
|
|
kubeVersion: ">=1.16.0-0"
|
|
keywords:
|
|
- cv
|
|
home: https://scm.docker.cabillot.eu/web/cv-helm/
|
|
icon: https://scm.docker.cabillot.eu/repo-avatars/89-d8eec884cb05430e8ccdc486841bb431
|
|
sources:
|
|
- https://scm.docker.cabillot.eu/web/cv
|
|
maintainers:
|
|
- name: Julien Cabillot
|
|
email: dockerimages@cabillot.eu
|
|
dependencies:
|
|
- name: common
|
|
repository: "https://scm.docker.cabillot.eu/perso/helm-library-common/raw/branch/master/"
|
|
version: 4.2.0
|