From 4aa14d8dce6611b385a95a8b3f8a59899cc0f8eb Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 6 Dec 2023 13:31:29 +0100 Subject: [PATCH] chore(deps): update container image nginxinc/nginx-unprivileged to 1.25.3@a7ef461 (#15718) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [nginxinc/nginx-unprivileged](https://togithub.com/nginxinc/docker-nginx-unprivileged) | digest | `a4cb3ee` -> `a7ef461` | --- > [!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 | 72 +++++++++++++++++------------ charts/stable/nextcloud/values.yaml | 2 +- 2 files changed, 44 insertions(+), 30 deletions(-) diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 17d4f61c463..ffa1a0159c0 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -1,34 +1,48 @@ -annotations: - "truecharts.org/category": cloud +kubeVersion: '>=1.24.0' apiVersion: v2 +name: nextcloud +version: 22.2.16 appVersion: 27.1.4 -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 14.3.5 - - condition: redis.enabled - name: redis - repository: https://deps.truecharts.org - version: 6.0.66 -deprecated: false -description: A private cloud server that puts the control and security of your own data back into your hands. +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 -keywords: - - nextcloud - - storage - - http - - web - - php -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: nextcloud +deprecated: false sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nextcloud - - https://github.com/nextcloud/docker - - https://github.com/nextcloud/helm -type: application -version: 22.2.15 +- https://github.com/nextcloud/helm +- https://github.com/truecharts/charts/tree/master/charts/stable/nextcloud +- https://github.com/truecharts/containers/tree/master/mirrornextcloud-fpm +- https://github.com/nextcloud/docker +maintainers: +- name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: +- nextcloud +- storage +- http +- web +- php +dependencies: +- name: common + version: 14.3.5 + 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 + truecharts.org/SCALE-support: "true" + truecharts.org/category: cloud + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable diff --git a/charts/stable/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml index 1c171d7e08c..c149268df14 100644 --- a/charts/stable/nextcloud/values.yaml +++ b/charts/stable/nextcloud/values.yaml @@ -5,7 +5,7 @@ image: nginxImage: repository: nginxinc/nginx-unprivileged pullPolicy: IfNotPresent - tag: 1.25.3@sha256:a4cb3ee8f71116750ae3dc857031b7c74ec3b21df3d878e1c63204c206553e46 + tag: 1.25.3@sha256:a7ef4617598260e19c3b20262263f7293b06845a920b7dd242a17c4b749f8efd imaginaryImage: repository: tccr.io/truecharts/nextcloud-imaginary pullPolicy: IfNotPresent