chore(helm): update image docker.io/stashapp/stash v0.29.0 → v0.29.1 (#40960)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/stashapp/stash](https://stashapp.cc) ([source](https://redirect.github.com/stashapp/stash)) | patch | `2f6535a` -> `cd73199` | --- > [!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>stashapp/stash (docker.io/stashapp/stash)</summary> ### [`v0.29.1`](https://redirect.github.com/stashapp/stash/releases/tag/v0.29.1) [Compare Source](https://redirect.github.com/stashapp/stash/compare/v0.29.0...v0.29.1) ### Release Notes #### v0.29.1 - 2025-10-22 ##### 🐛 Bug fixes - **\[0.29.1]** Fixed password with special characters not allowing login. ([#​6163](https://redirect.github.com/stashapp/stash/pull/6163)) - **\[0.29.1]** Fixed layout issues using column direction for image wall. ([#​6168](https://redirect.github.com/stashapp/stash/pull/6168)) - **\[0.29.1]** Fixed layout issues for scene list table. ([#​6169](https://redirect.github.com/stashapp/stash/pull/6169)) - **\[0.29.1]** Fixed UI loop when sorting by random without seed using URL. ([#​6167](https://redirect.github.com/stashapp/stash/pull/6167)) </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:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.29.0
|
||||
appVersion: 0.29.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.1
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stash
|
||||
- https://hub.docker.com/r/stashapp/stash
|
||||
type: application
|
||||
version: 18.12.0
|
||||
version: 18.12.1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/stashapp/stash
|
||||
tag: v0.29.0@sha256:2f6535ad259356db631f700d536abc4850ce1f22055a0346f539f7c80709db7f
|
||||
tag: v0.29.1@sha256:cd73199fd716172c4cf8f5b98ac18ac641c3b68f3efc84a62454da88421a45ea
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user