From 4a3746b02ddc68abca142d211f1d8fef8ddec735 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 21 Jan 2024 01:26:47 +0100 Subject: [PATCH] chore(deps): update container image nginxinc/nginx-unprivileged to 1.25.3@9af8bb1 by renovate (#17257) 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 | `3ae7d1f` -> `9af8bb1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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). Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/nextcloud/Chart.yaml | 5 +++-- charts/stable/nextcloud/values.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index e3f8633ce8b..586fe33ac51 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -33,15 +33,16 @@ keywords: - http - web - php -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org url: https://truecharts.org name: nextcloud sources: + - https://hub.docker.com/r/nginxinc/nginx-unprivileged - https://github.com/nextcloud/docker - https://github.com/truecharts/charts/tree/master/charts/stable/nextcloud - https://github.com/nextcloud/helm type: application -version: 28.1.14 +version: 28.1.16 diff --git a/charts/stable/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml index 00f1128fb8d..761fd93c8f2 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:3ae7d1f0aac6fb9189a2912921e704e56c3a5c20bf526cfeb3c801cdaba66330 + tag: 1.25.3@sha256:9af8bb104ae7ded69ce009adcf76b246c6041be56bd6d09c6677f5267223bd38 imaginaryImage: repository: tccr.io/tccr/nextcloud-imaginary pullPolicy: IfNotPresent