diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 50896373db6..a332cfe916e 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -1,44 +1,43 @@ -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' apiVersion: v2 name: nextcloud -version: 22.2.19 +version: 22.2.20 appVersion: 27.1.4 -description: - A private cloud server that puts the control and security of your own +description: A private cloud server that puts the control and security of your own data back into your hands. home: https://truecharts.org/charts/stable/nextcloud icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.png deprecated: false sources: - - https://github.com/nextcloud/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/nextcloud - - https://github.com/truecharts/containers/tree/master/mirrornextcloud-fpm - - https://github.com/nextcloud/helm +- https://github.com/truecharts/containers/tree/master/mirrornextcloud-imaginary +- https://github.com/nextcloud/docker +- https://github.com/nextcloud/helm +- https://github.com/truecharts/charts/tree/master/charts/stable/nextcloud maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org +- name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - nextcloud - - storage - - http - - web - - php +- nextcloud +- storage +- http +- web +- php dependencies: - - name: common - version: 14.5.0 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 6.0.66 - repository: https://deps.truecharts.org - condition: redis.enabled - alias: "" - tags: [] - import-values: [] +- name: common + version: 14.5.0 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] +- name: redis + version: 6.0.66 + repository: https://deps.truecharts.org + condition: redis.enabled + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/stable/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml index b235d7d7fd9..ae72fec157a 100644 --- a/charts/stable/nextcloud/values.yaml +++ b/charts/stable/nextcloud/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/nextcloud-fpm pullPolicy: IfNotPresent - tag: v27.1.4@sha256:37c75210a17c144fb64a8080428fefe6ae11016e2db31416004bc4db62f32e20 + tag: v27.1.4@sha256:e97e94d15784064c14400c819e7c9b1a2c9c4ccd6954a576fc8c5db77f65a2ba nginxImage: repository: nginxinc/nginx-unprivileged pullPolicy: IfNotPresent