Files
truecharts/charts/stable/stash/values.yaml
T
TrueCharts Bot 09fff42164 chore(deps): update container image stashapp/stash to v0.24.3@9ba5be0 by renovate (#17260)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| stashapp/stash | patch | `v0.24.2` -> `v0.24.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-15 07:18:21 +01:00

49 lines
992 B
YAML

image:
repository: stashapp/stash
tag: v0.24.3@sha256:9ba5be09e52a91d7d4387dfd7367f1d6524981e4cf8fcb95101ac28110aa4310
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