From 6c8d29eca1014f314d0bce78dec98ce90ee769be Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 7 Jul 2025 20:46:23 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/jlesa?= =?UTF-8?q?ge/czkawka=20v25.06.2=20=E2=86=92=20v25.07.1=20(#37206)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/czkawka](https://redirect.github.com/jlesage/docker-czkawka) | minor | `6cfef65` -> `e689a22` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
jlesage/docker-czkawka (docker.io/jlesage/czkawka) ### [`v25.07.1`](https://redirect.github.com/jlesage/docker-czkawka/releases/tag/v25.07.1): Version 25.07.1 [Compare Source](https://redirect.github.com/jlesage/docker-czkawka/compare/v25.06.2...v25.07.1) Changes in this release: - Added support for Krokiet, an alternative Czkawka frontend. - Updated baseimage to version 4.8.2, which brings the following changes: - Fixed automatic reconnect of the web interface when web authentication is enabled. - Fixed some resources that could not be accessed behind a reverse proxy based on URL path.
--- ### 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://redirect.github.com/renovatebot/renovate). --- charts/stable/czkawka/Chart.yaml | 4 ++-- charts/stable/czkawka/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/czkawka/Chart.yaml b/charts/stable/czkawka/Chart.yaml index c27e50dc4fe..8fe97941e95 100644 --- a/charts/stable/czkawka/Chart.yaml +++ b/charts/stable/czkawka/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 25.06.2 +appVersion: 25.07.1 dependencies: - name: common version: 28.12.6 @@ -38,5 +38,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka - https://hub.docker.com/r/jlesage/czkawka type: application -version: 13.0.5 +version: 13.1.0 diff --git a/charts/stable/czkawka/values.yaml b/charts/stable/czkawka/values.yaml index bb39cac63ab..03a7e2baa6a 100644 --- a/charts/stable/czkawka/values.yaml +++ b/charts/stable/czkawka/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/jlesage/czkawka pullPolicy: IfNotPresent - tag: v25.06.2@sha256:6cfef65dc35a331ce90f4cd290386209e6131dd4165567da3f7f98da997cdb8c + tag: v25.07.1@sha256:e689a22527712efeeb66110d3fbbf2d65b0562029d5c90395545409b6b94d86f securityContext: container: readOnlyRootFilesystem: false