From 3abf6c7fb9093e2d58ffe0a48d5f64308a3cfeaa Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 17 Dec 2023 13:32:23 +0100 Subject: [PATCH] chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v@e97e94d (#16037) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/nextcloud-fpm](https://togithub.com/truecharts/containers) | digest | `37c7521` -> `e97e94d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/nextcloud/Chart.yaml | 59 ++++++++++++++--------------- charts/stable/nextcloud/values.yaml | 2 +- 2 files changed, 30 insertions(+), 31 deletions(-) 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