From 308161fbbb4be5b8c249597049f5b9fb1e8b539c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 22 Jun 2024 02:44:29 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/drakkan/sftpgo to v2.6.2@f1426b7 by renovate (#23668) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/drakkan/sftpgo](https://togithub.com/drakkan/sftpgo) | patch | `v2.6.1-plugins` -> `v2.6.2-plugins` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
drakkan/sftpgo (ghcr.io/drakkan/sftpgo) ### [`v2.6.2`](https://togithub.com/drakkan/sftpgo/releases/tag/v2.6.2) [Compare Source](https://togithub.com/drakkan/sftpgo/compare/v2.6.1...v2.6.2) #### Bug Fixes - Update chi router to v5.0.14 to fix a bug with the compressor handler. It may affect our WebDAV implementation. More [details](https://togithub.com/go-chi/chi/issues/923).
--- ### 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/sftpgo/Chart.yaml | 4 ++-- charts/stable/sftpgo/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/sftpgo/Chart.yaml b/charts/stable/sftpgo/Chart.yaml index b42ffa74bf7..2edf8e77a8c 100644 --- a/charts/stable/sftpgo/Chart.yaml +++ b/charts/stable/sftpgo/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.6.1 +appVersion: 2.6.2 dependencies: - name: common version: 24.1.1 @@ -33,4 +33,4 @@ sources: - https://github.com/drakkan/sftpgo - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo type: application -version: 8.1.2 +version: 8.1.3 diff --git a/charts/stable/sftpgo/values.yaml b/charts/stable/sftpgo/values.yaml index 23560c008f2..318ae97bf19 100644 --- a/charts/stable/sftpgo/values.yaml +++ b/charts/stable/sftpgo/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/drakkan/sftpgo - tag: v2.6.1-plugins@sha256:166cef215cf0d730147505e00efbd2b7bf02a2a47717f105d65b2eda629d409c + tag: v2.6.2-plugins@sha256:f1426b79fb243a43fd3dcc739cf2c9560f9f56bbe280a75a44968ce41aceb1ea securityContext: container: runAsNonRoot: false