chore(helm): update image ghcr.io/tandoorrecipes/recipes 2.3.3 → 2.3.4 (#41836)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tandoorrecipes/recipes](https://redirect.github.com/TandoorRecipes/recipes) | patch | `af6bd76` -> `61e78a4` | --- > [!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>TandoorRecipes/recipes (ghcr.io/tandoorrecipes/recipes)</summary> ### [`v2.3.4`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.3.4) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.3.3...2.3.4) - **fixed** decimals not displayed for non logged in users [#​4152](https://redirect.github.com/TandoorRecipes/recipes/issues/4152) - **fixed** edge case where start page could display no recipes - **fixed** copying a meal plan did not add to shopping [#​4171](https://redirect.github.com/TandoorRecipes/recipes/issues/4171) - **fixed** (maybe) strange behavior with the date picker localization [#​4203](https://redirect.github.com/TandoorRecipes/recipes/issues/4203) - **fixed** typo [#​4234](https://redirect.github.com/TandoorRecipes/recipes/issues/4234) - **improved** print view to fix many existing small issues ([#​3921](https://redirect.github.com/TandoorRecipes/recipes/issues/3921) [#​2905](https://redirect.github.com/TandoorRecipes/recipes/issues/2905) [#​2239](https://redirect.github.com/TandoorRecipes/recipes/issues/2239)) - **improved** error handling and messaging for AI import [#​4170](https://redirect.github.com/TandoorRecipes/recipes/issues/4170) - **improved** servings parsing [#​4217](https://redirect.github.com/TandoorRecipes/recipes/issues/4217) - **improved** manual setup docs to reference `vue3` instead of the old `vue` folder (thanks to [ThomasLeister](https://redirect.github.com/ThomasLeister) [#​4193](https://redirect.github.com/TandoorRecipes/recipes/issues/4193)) - **improved** docs to include correct system page path (thanks to [Daan5556](https://redirect.github.com/Daan5556) [#​4192](https://redirect.github.com/TandoorRecipes/recipes/issues/4192)) - **improved** apache reverse proxy documentation (thanks to [EifX](https://redirect.github.com/EifX) [#​4166](https://redirect.github.com/TandoorRecipes/recipes/issues/4166)) - **improved** docs type (thanks to [erikbledsoe](https://redirect.github.com/erikbledsoe) [#​4159](https://redirect.github.com/TandoorRecipes/recipes/issues/4159)) - **updated** multiple dependencies including django and recipe scrapers </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.3.3
|
||||
appVersion: 2.3.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.3
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/TandoorRecipes/recipes/pkgs/container/recipes
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tandoor-recipes
|
||||
type: application
|
||||
version: 20.12.3
|
||||
version: 20.12.4
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/tandoorrecipes/recipes
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.3.3@sha256:af6bd76e703d644748a93d581da05c25159d742b94b2da9eddadaaec93555858
|
||||
tag: 2.3.4@sha256:61e78a4e2783bfb535a71adc9b04c955e870752fb6e902eccb4b2600e1a84b8d
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user