mirror of
https://github.com/nold360/hive-apps
synced 2025-01-18 12:16:24 +00:00
Fix(nextcloud): Use Chart fork
This commit is contained in:
parent
802d91631c
commit
087ab8dc33
1 changed files with 7 additions and 4 deletions
|
@ -9,9 +9,12 @@ config:
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
repoURL: https://nextcloud.github.io/helm
|
#repoURL: https://nextcloud.github.io/helm
|
||||||
chart: nextcloud
|
#chart: nextcloud
|
||||||
targetRevision: 3.1.0
|
#targetRevision: 3.1.0
|
||||||
|
repoURL: https://github.com/Nold360/nextcloud-helm
|
||||||
|
targetRevision: fix/extraVolumeMounts
|
||||||
|
path: charts/nextcloud
|
||||||
secrets:
|
secrets:
|
||||||
- name: nextcloud-user
|
- name: nextcloud-user
|
||||||
keys:
|
keys:
|
||||||
|
|
Loading…
Reference in a new issue