27 lines
785 B
YAML
27 lines
785 B
YAML
apiVersion: v2
|
|
|
|
description: Helm chart for ntfy
|
|
name: ntfy
|
|
type: application
|
|
version: 0.0.7
|
|
kubeVersion: ">=1.16.0-0"
|
|
keywords:
|
|
- ntfy
|
|
home: https://scm.docker.cabillot.eu/web/ntfy-helm/
|
|
sources:
|
|
- https://github.com/binwiederhier/ntfy/
|
|
maintainers:
|
|
- name: Julien Cabillot
|
|
email: dockerimages@cabillot.eu
|
|
|
|
# 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.31.0"
|
|
|
|
dependencies:
|
|
- name: common
|
|
repository: "https://scm.docker.cabillot.eu/perso/helm-library-common/raw/branch/master/"
|
|
version: 4.2.0
|