Files
truecharts/charts/stable/stash/values.yaml
T
TrueCharts Bot ff45b5111a chore(deps): update container image stashapp/stash to v0.25.1@6b8814b by renovate (#19328)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| stashapp/stash | patch | `v0.25.0` -> `v0.25.1` |

---

> [!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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI0OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-16 12:25:49 +00:00

49 lines
992 B
YAML

image:
repository: stashapp/stash
tag: v0.25.1@sha256:6b8814b61e4fe77bc910bec858dd45e0970c8af6f439c066317ae68f03af4f91
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