Skip to content

Commit

Permalink
fix: node special user
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere committed Dec 12, 2023
1 parent eab4507 commit 5f125c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions helm/charts/kratos-selfservice-ui-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# SELFSERVICE image
repository: oryd/kratos-selfservice-ui-node
# -- ORY KRATOS VERSION
tag: "v0.13.0-4"
tag: "v0.13.0-20"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -52,8 +52,8 @@ securityContext:
- ALL
readOnlyRootFilesystem: false
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
runAsUser: 10000
runAsGroup: 10000
allowPrivilegeEscalation: false
privileged: false
seccompProfile:
Expand All @@ -65,9 +65,9 @@ securityContext:
podSecurityContext:
fsGroupChangePolicy: "OnRootMismatch"
runAsNonRoot: true
runAsUser: 65534
fsGroup: 65534
runAsGroup: 65534
runAsUser: 10000
fsGroup: 10000
runAsGroup: 10000
seccompProfile:
type: RuntimeDefault
sysctls: []
Expand Down

0 comments on commit 5f125c7

Please sign in to comment.