From cd41766be0fc995ea46c028d7be16d099bd48528 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:22:16 +0000 Subject: [PATCH] fix(container): update image docker.io/wolveix/satisfactory-server to v1.6.1 (#223) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/apps/satisfactory/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/satisfactory/app/hr.yaml b/kube/deploy/apps/satisfactory/app/hr.yaml index 6388e8e6..645ab73b 100644 --- a/kube/deploy/apps/satisfactory/app/hr.yaml +++ b/kube/deploy/apps/satisfactory/app/hr.yaml @@ -18,7 +18,7 @@ spec: type: statefulset image: repository: docker.io/wolveix/satisfactory-server - tag: v1.6.0@sha256:134d4affce37ff3eb30c1c449eeed89ddadb6eadd45f5300476c2e2d6b695844 + tag: v1.6.1@sha256:2cf5d57ecb288dc35bbf675c97022851b7344ce0788ed5101b61767f9abafd6d podSecurityContext: runAsUser: 0 # image uses PUID & PGID to fix permissions for Docker users, which requires starting as rootless :sadge: TODO: open issue to allow envvar to configure if rootless is allowed runAsGroup: &uid ${APP_UID_SATISFACTORY}