chore(helm): update image ghcr.io/drakkan/sftpgo v2.6.4 → v2.6.5 (#31740)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/drakkan/sftpgo](https://redirect.github.com/drakkan/sftpgo) | patch | `9c21aeb` -> `ef91c4f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>drakkan/sftpgo (ghcr.io/drakkan/sftpgo)</summary> ### [`v2.6.5`](https://redirect.github.com/drakkan/sftpgo/releases/tag/v2.6.5) [Compare Source](https://redirect.github.com/drakkan/sftpgo/compare/v2.6.4...v2.6.5) #### New Features - EventManager: added placeholders for year, month, day, hour, minute. - Data provider: added link to upgrade documentation if upgrade fails because version is too old. #### Bug Fixes - rsync: enforce a supported format and limit the allowed options. [CVE-2025-24366](https://redirect.github.com/drakkan/sftpgo/security/advisories/GHSA-vj7w-3m8c-6vpx). Thanks to [@​ateamjkr](https://redirect.github.com/ateamjkr) for reporting. - WebUIs: fix for scrollbar not displaying in navigation sidebar. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.6.4
|
||||
appVersion: 2.6.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/drakkan/sftpgo
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo
|
||||
type: application
|
||||
version: 8.5.1
|
||||
version: 8.5.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/drakkan/sftpgo
|
||||
tag: v2.6.4-plugins@sha256:9c21aeb99be0fe911c426267cb0bf357a2aec77e30ffef77f121713b1b9f87bb
|
||||
tag: v2.6.5-plugins@sha256:ef91c4f2c28c1621d70a80996e6c659f2d97739fd43cb396eb04673519cbb13a
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user