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}