Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions k8s/base/infra/unifi-os-server/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
init-certs:
image:
repository: ghcr.io/lemker/unifi-os-server
tag: v1.3
tag: v1.5
command:
- /bin/bash
- -c
Expand All @@ -46,7 +46,7 @@ spec:
app:
image:
repository: ghcr.io/lemker/unifi-os-server
tag: v1.3
tag: v1.5
env:
# UniFi OS Server runs every component as systemd services and
# requires host cgroup access (privileged). See lemker/unifi-os-server.
Expand Down