2022-04-18 11:11:33 -04:00
|
|
|
apiVersion: v2
|
|
|
|
|
|
|
|
|
|
description: Helm chart for offlineimap
|
|
|
|
|
name: offlineimap
|
|
|
|
|
type: application
|
2022-04-18 11:25:46 -04:00
|
|
|
version: 0.0.4
|
2022-04-18 11:11:33 -04:00
|
|
|
kubeVersion: ">=1.16.0-0"
|
|
|
|
|
keywords:
|
|
|
|
|
- offlineimap
|
|
|
|
|
home: https://scm.docker.cabillot.eu/jcabillot/offlineimap-helm/
|
|
|
|
|
#sources:
|
|
|
|
|
#- https://github.com/filebrowser/filebrowser
|
|
|
|
|
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.16.0"
|
|
|
|
|
appVersion: "latest"
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
- name: common
|
|
|
|
|
repository: "https://scm.docker.cabillot.eu/perso/helm-library-common/raw/branch/master/"
|
|
|
|
|
version: 4.2.0
|