chore(helm): update image docker.io/vabene1111/recipes 2.1.2 → 2.2.0 (#39402)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/vabene1111/recipes](https://redirect.github.com/TandoorRecipes/recipes) | minor | `c4e5871` -> `7a44db3` | --- > [!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 (docker.io/vabene1111/recipes)</summary> ### [`v2.2.0`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.2.0) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.1.2...2.2.0) - **added** AI Provider system - Every Instance and Space can configure one ore more AI Providers - AI providers can be selected for each AI operation (default can be set for space) - AI requests are logged and limiting request volumes is possible to avoid accidental AI cost - `AI_API_KEY` and `AI_MODEL_NAME` settings have been removed - **improved** manual install docs nginx headers (thanks to [icedieler](https://redirect.github.com/icedieler) [#​3999](https://redirect.github.com/TandoorRecipes/recipes/issues/3999)) - **improved** don't display 0 amount in ingredients table [#​4003](https://redirect.github.com/TandoorRecipes/recipes/issues/4003) - **improved** reduced duration of snackbar when creating models with model select - **fixed** timer localization - **fixed** meal plan not loading all entries when more than 100 are in selection - **fixed** logo being wrongly displayed on some devices (thanks to [@​tomtjes](https://redirect.github.com/tomtjes) [#​4013](https://redirect.github.com/TandoorRecipes/recipes/issues/4013)) - **fixed** error with ingredient parser [#​4018](https://redirect.github.com/TandoorRecipes/recipes/issues/4018) - **fixed** invite links not respecting sub path setups [#​4024](https://redirect.github.com/TandoorRecipes/recipes/issues/4024) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.2
|
||||
appVersion: 2.2.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.17.1
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/vabene1111/recipes
|
||||
- https://hub.docker.com/r/vabene1111/recipes
|
||||
type: application
|
||||
version: 20.3.2
|
||||
version: 20.4.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/vabene1111/recipes
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.1.2@sha256:c4e58714f66de21add4a855a0262239412d42fa43d088a03397b9b213f328b6f
|
||||
tag: 2.2.0@sha256:7a44db382e5df961878a93ad10113d84a1d913419a0811439e27b790854eeade
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user