fix(tandoor-recipes): update image ghcr.io/tandoorrecipes/recipes 2.6.11 → 2.6.12 (#49710)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tandoorrecipes/recipes](https://redirect.github.com/TandoorRecipes/recipes) | patch | `2eb9a80` → `53b5dfe` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.6.12`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.6.12) [Compare Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.6.11...2.6.12) - **fixed** private recipes could be manipulated by space users trough steps API <https://github.com/TandoorRecipes/recipes/security/advisories/GHSA-wjf3-fq5w-7j7w> - **updated** translations </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC90YW5kb29yLXJlY2lwZXMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.6.11
|
||||
appVersion: 2.6.12
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.6.0
|
||||
@@ -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: 21.6.0
|
||||
version: 21.6.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/tandoorrecipes/recipes
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.6.11@sha256:2eb9a80a0b03f905eaa9cea18b0d31ae0c49f37dbd53e0f55215070e7e9b7108
|
||||
tag: 2.6.12@sha256:53b5dfe9f6cd0784f4d7b992286adfebf30ab206b504d691f6b097d8dc34eaf4
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user