From 73b5f8ef9964ec511e89e5807fd7b1c6be79e37f Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 04:01:55 +0000 Subject: [PATCH] chore(container): update image docker.io/wolveix/satisfactory-server to 134d4af (#213) 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 39967fec..6388e8e6 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:7aa3af5bc0f229a8eed96dbf003103977d00342dd3c06deeef9eaf8ffb141610 + tag: v1.6.0@sha256:134d4affce37ff3eb30c1c449eeed89ddadb6eadd45f5300476c2e2d6b695844 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}