|
|
|
@ -6,7 +6,7 @@ metadata:
|
|
|
|
|
namespace: nextcloud |
|
|
|
|
annotations: |
|
|
|
|
fluxcd.io/automated: "true" |
|
|
|
|
fluxcd.io/tag.chart-image: regex:20\.[0-9]+\.[0-9]+-fpm-alpine$ |
|
|
|
|
fluxcd.io/tag.chart-image: regex:21\.[0-9]+\.[0-9]+-fpm-alpine$ |
|
|
|
|
fluxcd.io/tag.nginx: regex:1\.19\.[0-9]+-alpine$ |
|
|
|
|
fluxcd.io/tag.postgresql: semver:~13.1 |
|
|
|
|
spec: |
|
|
|
@ -19,14 +19,14 @@ spec:
|
|
|
|
|
chart: |
|
|
|
|
repository: https://nextcloud.github.io/helm |
|
|
|
|
name: nextcloud |
|
|
|
|
version: 2.5.11 |
|
|
|
|
version: 2.6.1 |
|
|
|
|
valuesFrom: |
|
|
|
|
- secretKeyRef: |
|
|
|
|
name: nextcloud-secrets |
|
|
|
|
values: |
|
|
|
|
image: |
|
|
|
|
repository: nextcloud |
|
|
|
|
tag: 20.0.8-fpm-alpine |
|
|
|
|
tag: 21.0.1-fpm-alpine |
|
|
|
|
ingress: |
|
|
|
|
enabled: true |
|
|
|
|
annotations: |
|
|
|
@ -88,6 +88,3 @@ spec:
|
|
|
|
|
enabled: false |
|
|
|
|
lifecycle: |
|
|
|
|
postStartCommand: ["/bin/sh", "-c", "crond"] |
|
|
|
|
extraEnv: |
|
|
|
|
- name: PHP_MEMORY_LIMIT |
|
|
|
|
value: 512M |
|
|
|
|