From c06951bff28b7a10a2f6edc9572e5ba74e2a8d12 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 12 Mar 2025 07:35:09 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/vaben?= =?UTF-8?q?e1111/recipes=201.5.31=20=E2=86=92=201.5.32=20(#33151)?= 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/vabene1111/recipes](https://redirect.github.com/TandoorRecipes/recipes) | patch | `063eb44` -> `b2633b5` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
TandoorRecipes/recipes (docker.io/vabene1111/recipes) ### [`v1.5.32`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/1.5.32) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/1.5.31...1.5.32) - **changed** DEBUG and DEBUG_TOOLBAR is disabled by default (as stated in the docs) (thanks to [Honza-m](https://redirect.github.com/Honza-m) [#​3523](https://redirect.github.com/TandoorRecipes/recipes/issues/3523)) - **changed** allow uploading `webp` files in file whitelist (thanks to [@​JiDW](https://redirect.github.com/JiDW) [#​3574](https://redirect.github.com/TandoorRecipes/recipes/issues/3574)) - **updated** Synology setup guide (thanks to [racehd](https://redirect.github.com/racehd) [#​3576](https://redirect.github.com/TandoorRecipes/recipes/issues/3576)) - **updated** dependencies - **updated** several dependencies with security issues
--- ### 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/tandoor-recipes/Chart.yaml | 4 ++-- charts/stable/tandoor-recipes/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/tandoor-recipes/Chart.yaml b/charts/stable/tandoor-recipes/Chart.yaml index 23654e47023..33d83f2a0f2 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.5.31 +appVersion: 1.5.32 dependencies: - name: common version: 25.4.10 @@ -34,4 +34,4 @@ sources: - https://github.com/vabene1111/recipes - https://hub.docker.com/r/vabene1111/recipes type: application -version: 18.5.2 +version: 18.5.3 diff --git a/charts/stable/tandoor-recipes/values.yaml b/charts/stable/tandoor-recipes/values.yaml index 12c2baf65b2..3505360063a 100644 --- a/charts/stable/tandoor-recipes/values.yaml +++ b/charts/stable/tandoor-recipes/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/vabene1111/recipes pullPolicy: IfNotPresent - tag: 1.5.31@sha256:063eb446e2981a737c8722642acef6aeacbd7b33f672a982209bd82c068b1a2c + tag: 1.5.32@sha256:b2633b5c54097aff1c58b8cc175a352dd5b760dd74c9ed2a28e92aeec0c02d1d securityContext: container: readOnlyRootFilesystem: false