Files
truecharts/charts/stable/soft-serve/values.yaml
T
TrueCharts Bot 9da33b2745 chore(deps): update container image charmcli/soft-serve to v0.7.4@1e89075 (#15985)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [charmcli/soft-serve](https://togithub.com/charmbracelet/soft-serve) |
digest | `97f1117` -> `1e89075` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuOTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-12 07:19:37 +01:00

42 lines
793 B
YAML

image:
repository: charmcli/soft-serve
pullPolicy: IfNotPresent
tag: v0.7.4@sha256:1e89075219cb95f62e912fb1831b170bcec73a30e2bb6431533e12dfca2666b0
softserve:
host: localhost
key_path: /.ssh/soft_serve_server_ed25519
init_admin_key: ""
service:
main:
ports:
main:
protocol: tcp
port: 23231
persistence:
config:
enabled: true
mountPath: /soft-serve
ssh:
enabled: true
mountPath: /.ssh
repos:
enabled: true
mountPath: /repos
portal:
open:
enabled: false
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
workload:
main:
podSpec:
containers:
main:
envFrom:
- secretRef:
name: "env-secret"