fix(mycloud-nextcloud): use my main
This commit is contained in:
parent
f4bdeaadbb
commit
1af602582c
2 changed files with 4 additions and 1 deletions
|
@ -201,6 +201,9 @@ spec:
|
|||
flavor: fpm
|
||||
nginx:
|
||||
enabled: true
|
||||
config:
|
||||
header:
|
||||
hsts: "max-age=15768000; includeSubDomains; preload;"
|
||||
|
||||
imaginary:
|
||||
enabled: {{ toYaml .Values.imaginary.enabled }}
|
||||
|
|
|
@ -114,7 +114,7 @@ chart:
|
|||
url: https://github.com/wrenix/nextcloud-helm.git
|
||||
# -- for default set: null
|
||||
ref:
|
||||
branch: feat/imaginary
|
||||
branch: main
|
||||
|
||||
# -- generated by .Values.commons.masterPassword
|
||||
adminPassword:
|
||||
|
|
Loading…
Add table
Reference in a new issue