mirror of
https://github.com/truecharts/charts.git
synced 2026-07-16 02:21:29 -03:00
chore(helm): update image docker.io/jlesage/mkvcleaver v25.06.2 → v25.07.1 (#37210)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/mkvcleaver](https://redirect.github.com/jlesage/docker-mkvcleaver) | minor | `977a98f` -> `8c913c2` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-mkvcleaver (docker.io/jlesage/mkvcleaver)</summary> ### [`v25.07.1`](https://redirect.github.com/jlesage/docker-mkvcleaver/releases/tag/v25.07.1): Version 25.07.1 [Compare Source](https://redirect.github.com/jlesage/docker-mkvcleaver/compare/v25.06.2...v25.07.1) Changes in this release: - Fixed `UMASK` value not being applied. - 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
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver
|
||||
- https://hub.docker.com/r/jlesage/mkvcleaver
|
||||
type: application
|
||||
version: 13.0.5
|
||||
version: 13.1.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/jlesage/mkvcleaver
|
||||
tag: v25.06.2@sha256:977a98ff64dc3a628da124db8792d145a02348e4dae64c723d5ab32572de934b
|
||||
tag: v25.07.1@sha256:8c913c22724852d917acdc25e84036986b21650fc06abaf6c61368d1f6b66296
|
||||
pullPolicy: IfNotPresent
|
||||
mkvcleaver:
|
||||
KEEP_APP_RUNNING: false
|
||||
|
||||
Reference in New Issue
Block a user