Skip to content

Commit

Permalink
Add ferretdb with non-root user support (#831)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Jan 25, 2024
1 parent d8cd834 commit 58c0f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -4,7 +4,7 @@ metadata:
name: 1.18.0
spec:
db:
image: ghcr.io/ferretdb/ferretdb:1.18.0
image: ghcr.io/appscode-images/ferretdb:1.18.0
deprecated: false
securityContext:
runAsUser: 999
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
{{- include "kubedb-catalog.labels" . | nindent 4 }}
spec:
db:
image: '{{ include "image.ghcr" (merge (dict "_repo" "ferretdb/ferretdb") $) }}:1.18.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/ferretdb") $) }}:1.18.0'
deprecated: false
securityContext:
runAsUser: 999
Expand Down

0 comments on commit 58c0f74

Please sign in to comment.