chore(helm): update image ghcr.io/tandoorrecipes/recipes 2.3.1 → 2.3.2 (#40633)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tandoorrecipes/recipes](https://redirect.github.com/TandoorRecipes/recipes) | patch | `37dda04` -> `650983b` | --- > [!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.2`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.3.2) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.3.1...2.3.2) - **added** ability to configure gunicorn timeout (thanks to [KoMa1012](https://redirect.github.com/KoMa1012) [#​4138](https://redirect.github.com/TandoorRecipes/recipes/issues/4138)) fixes [#​4125](https://redirect.github.com/TandoorRecipes/recipes/issues/4125) - **improved** start page with small recipe counts - **improved** default unit for food properties - **fixed** ingredient template selector not working on unsaved recipes - **fixed** add all in food properties editor overriding existing properties [#​4137](https://redirect.github.com/TandoorRecipes/recipes/issues/4137) - **fixed** dropdowns in properties editor at the bottom behind layout - **fixed** missing conversion for property not shown when a second ingredient had a working conversion/property value - **fixed** api sample url [#​4132](https://redirect.github.com/TandoorRecipes/recipes/issues/4132) - **fixed** infinity as amount in ingredients when servings are 0 and associated importer bug [#​4133](https://redirect.github.com/TandoorRecipes/recipes/issues/4133) - **fixed** cant create a new step if no steps are in a recipe [#​4119](https://redirect.github.com/TandoorRecipes/recipes/issues/4119) - **fixed** to small default body size in nginx [#​4145](https://redirect.github.com/TandoorRecipes/recipes/issues/4145) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.0
|
||||
appVersion: 2.3.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.22.0
|
||||
@@ -20,8 +20,8 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Tandoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
|
||||
home: https://trueforge.org/truecharts/stable/tandoor-recipes
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/tandoor-recipes.webp
|
||||
home: https://truecharts.org/charts/stable/tandoor-recipes
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.webp
|
||||
keywords:
|
||||
- tandoor
|
||||
- recipes
|
||||
@@ -33,9 +33,11 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: tandoor-recipes
|
||||
sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tandoor-recipes
|
||||
- https://ghcr.io/tandoorrecipes/recipes
|
||||
- https://github.com/TandoorRecipes/recipes
|
||||
- https://github.com/TandoorRecipes/recipes/pkgs/container/recipes
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tandoor-recipes
|
||||
type: application
|
||||
version: 20.9.1
|
||||
version: 20.9.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/tandoorrecipes/recipes
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.3.1@sha256:37dda040f6261c0312db27487c9e8f698b77ac0d4e5e7a4f4aebd8c4cbdd578b
|
||||
tag: 2.3.2@sha256:650983bb4fb9f6941ad53c83b4cc94e4236d803c187034429c2eafe5e5ac098e
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user