Files
truecharts/charts/stable/kasm/values.yaml
T
TrueCharts Bot 53799f7c06 fix(kasm): update image docker.io/kasmweb/workspaces 1.18.0 → 1.18.1 (#47274)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/kasmweb/workspaces | patch | `7928238` → `6788f81` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rYXNtIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-04-21 05:58:09 +02:00

61 lines
1.4 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/kasmweb/workspaces
tag: 1.18.1@sha256:6788f812245cbd9a705c0df696bb56b88586056d48bc21d953f1e3a17f7c2321
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: ""