Files
truecharts/charts/stable/slash/values.yaml
T
TrueCharts Bot fd95fccae7 chore(deps): update container image yourselfhosted/slash to 1.0.0@4d1ca12 by renovate (#26775)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yourselfhosted/slash | digest | `1c999b2` -> `4d1ca12` |

---

> [!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-->
2024-09-24 08:31:27 +02:00

25 lines
490 B
YAML

image:
repository: yourselfhosted/slash
pullPolicy: IfNotPresent
tag: 1.0.0@sha256:4d1ca12f0c5e1701cf8d7140f25bd247bdad4ab5711432e06b4c8cc8993b76ea
service:
main:
ports:
main:
protocol: http
port: 5231
workload:
main:
podSpec:
containers:
main:
env:
SLASH_PORT: "{{ .Values.service.main.ports.main.port }}"
persistence:
config:
enabled: true
mountPath: "/var/opt/slash"
portal:
open:
enabled: true