Skip to content

Commit

Permalink
fix: change user/group from 65534 to 1000 (#8476)
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p authored Dec 13, 2024
1 parent bd832d5 commit 9fcc5f9
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 28 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/apps/default/atuin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ spec:
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/main/apps/default/autobrr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ spec:
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/main/apps/default/go2rtc/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/main/apps/default/miniflux/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ spec:
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/main/apps/default/omegabrr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ spec:
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/main/apps/default/smtp-relay/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ spec:
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ spec:
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/main/apps/network/cloudflared/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ spec:
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/main/apps/network/echo-server/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ spec:
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
6 changes: 2 additions & 4 deletions kubernetes/main/apps/observability/gatus/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,8 @@ spec:
- { name: ndots, value: "1" }
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
fsGroup: 65534
fsGroupChangePolicy: OnRootMismatch
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ spec:
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ spec:
disableAuth: true
podSecurityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 1000
runAsGroup: 1000
seccompProfile: { type: RuntimeDefault }

0 comments on commit 9fcc5f9

Please sign in to comment.