Skip to content

Commit

Permalink
ferretdb security context updated
Browse files Browse the repository at this point in the history
Signed-off-by: sayedppqq <[email protected]>
  • Loading branch information
sayedppqq committed Jan 24, 2024
1 parent dd37aac commit ba5bd69
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/kubedb/raw/ferretdb/ferretdb-1.18.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ spec:
image: ghcr.io/ferretdb/ferretdb:1.18.0
deprecated: false
securityContext:
runAsUser: 999
runAsUser: 1000
version: 1.18.0
2 changes: 2 additions & 0 deletions charts/kubedb-crds/crds/kubedb.com_ferretdbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ spec:
version:
type: string
type: object
required:
- externallyManaged
type: object
halted:
type: boolean
Expand Down
2 changes: 2 additions & 0 deletions charts/kubedb-ui-server/crds/kubedb.com_ferretdbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ spec:
version:
type: string
type: object
required:
- externallyManaged
type: object
halted:
type: boolean
Expand Down
2 changes: 2 additions & 0 deletions crds/kubedb-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83471,6 +83471,8 @@ spec:
version:
type: string
type: object
required:
- externallyManaged
type: object
halted:
type: boolean
Expand Down

0 comments on commit ba5bd69

Please sign in to comment.