Files
truecharts/charts/stable/omada-controller/values.yaml
T
TrueCharts Bot 2736255070 chore(omada-controller): update image docker.io/mbentley/omada-controller digest to faca76d (#47764)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller)
| digest | `3d7a53d` → `faca76d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9vbWFkYS1jb250cm9sbGVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-05-01 19:53:12 +02:00

86 lines
1.9 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/mbentley/omada-controller
tag: 6.2@sha256:faca76d8a0246732a0b8310502fbd5741b386251dc5fb7df9ece0d3776a4409a
pullPolicy: IfNotPresent
service:
main:
ports:
main:
protocol: https
port: 8043
comm:
enabled: true
ports:
comm:
protocol: https
enabled: true
port: 8843
omada-tcp:
enabled: true
ports:
omada-tcp1:
enabled: true
port: 29811
targetPort: 29811
omada-tcp2:
enabled: true
port: 29812
targetPort: 29812
omada-tcp3:
enabled: true
port: 29813
targetPort: 29813
omada-tcp4:
enabled: true
port: 29814
targetPort: 29814
omada-udp:
enabled: true
ports:
omada-udp1:
enabled: true
protocol: udp
port: 29810
targetPort: 29810
ingress:
comm:
enabled: false
targetSelector:
comm: comm
persistence:
data:
enabled: true
mountPath: /opt/tplink/EAPController/data
work:
enabled: true
mountPath: /opt/tplink/EAPController/work
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
MANAGE_HTTPS_PORT: "{{ .Values.service.main.ports.main.port }}"
PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}"
probes:
startup:
path: /api/info
httpHeaders:
Host: kube.internal.health
liveness:
path: /api/info
httpHeaders:
Host: kube.internal.health
readiness:
path: /api/info
httpHeaders:
Host: kube.internal.health