mirror of
https://github.com/truecharts/charts.git
synced 2026-07-17 10:56:31 -03:00
chore(helm): update image docker.io/jlesage/czkawka v25.06.2 → v25.07.1 (#37206)
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 <details> <summary>jlesage/docker-czkawka (docker.io/jlesage/czkawka)</summary> ### [`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. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user