Skip to content

Commit

Permalink
Rebase and bump
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Rijken <[email protected]>
  • Loading branch information
Jeroen0494 committed Apr 16, 2023
1 parent e7b7b15 commit 2f95cec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 3.5.9
version: 3.5.10
appVersion: 26.0.0
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
6 changes: 3 additions & 3 deletions charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ nextcloud:
# - ALL
# privileged: false
# readOnlyRootFilesystem: true
# runAsGroup: "33"
# runAsGroup: 33
# runAsNonRoot: true
# runAsUser: "33"
# runAsUser: 33

# Set securityContext parameters for the entire pod. For example, you may need to define runAsNonRoot directive
podSecurityContext: {}
Expand Down Expand Up @@ -238,7 +238,7 @@ nginx:
# - ALL
# privileged: false
# readOnlyRootFilesystem: true
# runAsGroup: "33"
# runAsGroup: 33
# runAsNonRoot: true
# runAsUser: 82

Expand Down

0 comments on commit 2f95cec

Please sign in to comment.