Skip to content

Commit

Permalink
Merge pull request #2 from bushelpowered/v1.11.0
Browse files Browse the repository at this point in the history
update to operator version v1.11.0
  • Loading branch information
croemmich authored Nov 3, 2023
2 parents 8d349ac + 034a34d commit 6f91999
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/spicedb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.9
version: 1.0.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v1.8.0"
appVersion: "v1.11.0"
26 changes: 17 additions & 9 deletions charts/spicedb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,24 @@ roleBinding:

podAnnotations: {}

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault

securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
securityContext:
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit 6f91999

Please sign in to comment.