Files
truecharts/charts/stable/kasm/values.yaml
T
TrueCharts Bot aadd5d0700 chore(helm): update image docker.io/kasmweb/workspaces 1.17.0 → 1.18.0 (#41088)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/kasmweb/workspaces | minor | `a3b2533` -> `7928238` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-10-25 12:22:36 +02:00

60 lines
1.3 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: docker.io/kasmweb/workspaces
tag: 1.18.0@sha256:79282388e222eb51f9f1bc4a4dd2588cd3a907b5dea148f1ac235d81b7aa16de
kasm:
mountUdev: false
mountInput: false
service:
main:
ports:
main:
port: 10350
protocol: https
admin:
enabled: true
ports:
admin:
enabled: true
port: 10351
protocol: https
targetPort: 3000
persistence:
data:
enabled: true
mountPath: /opt
varrun:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
allowPrivilegeEscalation: true
privileged: true
runAsGroup: 0
runAsUser: 0
fsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: https
path: /
port: "{{ .Values.service.admin.ports.admin.targetPort }}"
readiness:
type: https
path: /
port: "{{ .Values.service.admin.ports.admin.targetPort }}"
startup:
type: https
path: /
port: "{{ .Values.service.admin.ports.admin.targetPort }}"
env:
KASM_PORT: "{{ .Values.service.main.ports.main.port }}"
DOCKER_HUB_PASSWORD: ""
DOCKER_HUB_USERNAME: ""