a7c2de952a
This PR contains the following updates: | Package | Update | Change | |---|---|---| | stashapp/stash | minor | `v0.26.2` -> `v0.27.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45My42IiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
49 lines
992 B
YAML
49 lines
992 B
YAML
image:
|
|
repository: stashapp/stash
|
|
tag: v0.27.0@sha256:8f38a3bdcc427ba0c7a19d06905fbe3c6b606fa41e5afd8f2edefa08bf6329ca
|
|
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"
|
|
portal:
|
|
open:
|
|
enabled: true
|