forked from nextcloud/helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
36 lines (36 loc) · 1.02 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
apiVersion: v2
name: nextcloud
version: 4.6.5
appVersion: 28.0.4
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
- nextcloud
- storage
- http
- web
- php
home: https://nextcloud.com/
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
sources:
- https://github.com/nextcloud/helm
- https://github.com/nextcloud/docker
maintainers:
- name: skjnldsv
email: [email protected]
- name: chrisingenhaag
email: [email protected]
- name: billimek
email: [email protected]
dependencies:
- name: postgresql
version: 12.12.*
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: mariadb
version: 12.2.*
repository: oci://registry-1.docker.io/bitnamicharts
condition: mariadb.enabled
- name: redis
version: 17.13.*
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled