3b77663f8e
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/stashapp/stash](https://stashapp.cc) ([source](https://redirect.github.com/stashapp/stash)) | patch | `422b4d2` → `df744af` | --- > [!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>stashapp/stash (docker.io/stashapp/stash)</summary> ### [`v0.31.1`](https://redirect.github.com/stashapp/stash/releases/tag/v0.31.1) [Compare Source](https://redirect.github.com/stashapp/stash/compare/v0.31.0...v0.31.1) ### Release Notes #### v0.31.1 - 2026-04-13 ##### 🎨 Improvements - Added warning when creating a parent tag using the tag tagger where the parent tag has no remote site id. ([#​6805](https://redirect.github.com/stashapp/stash/pull/6805)) ##### 🐛 Bug fixes - Fixed tag export outputting studios instead of tags. ([#​6819](https://redirect.github.com/stashapp/stash/pull/6819)) - Fixed memory leak in scanning process. ([#​6796](https://redirect.github.com/stashapp/stash/pull/6796)) - Schema migration 84 now attempts to de-duplicate folder entries to prevent unique constraint violations. ([#​6792](https://redirect.github.com/stashapp/stash/pull/6792)) - Fixed issue where navigating to a scene from the wall view on the scene or marker list page would require clicking Back twice to return to the previous page. ([#​6803](https://redirect.github.com/stashapp/stash/pull/6803)) - Page is now reset when changing the selected folder in the folder sidebar filter. ([#​6804](https://redirect.github.com/stashapp/stash/pull/6804)) - Fixed stash ID pill overflowing on mobile viewports. ([#​6807](https://redirect.github.com/stashapp/stash/pull/6807)) - Migration process now attempts to create the backup directory if it does not exist. ([#​6808](https://redirect.github.com/stashapp/stash/pull/6808)) - Fixed tag uniqueness check incorrectly interpreting `_` as a wildcard. ([#​6809](https://redirect.github.com/stashapp/stash/pull/6809)) - Fixed websocket connection error when sending messages containing certain unicode sequences. ([#​6810](https://redirect.github.com/stashapp/stash/pull/6810)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3Rhc2giLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
47 lines
1021 B
YAML
47 lines
1021 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/stashapp/stash
|
|
tag: v0.31.1@sha256:df744af5a0c976e2ec671052ecc1f8a9aa757fa12b8f9930b59910b7295f0da6
|
|
pullPolicy: IfNotPresent
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9999
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
STASH_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
STASH_STASH: /data
|
|
STASH_GENERATED: /generated
|
|
STASH_METADATA: /metadata
|
|
STASH_CACHE: /cache
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/root/.stash"
|
|
cache:
|
|
enabled: true
|
|
mountPath: "/cache"
|
|
generated:
|
|
enabled: true
|
|
mountPath: "/generated"
|
|
metadata:
|
|
enabled: true
|
|
mountPath: "/metadata"
|
|
blobs:
|
|
enabled: true
|
|
mountPath: "/blobs"
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|