Skip to content

Commit

Permalink
Fixes for deployment as current matverseny-frontend can't run inside …
Browse files Browse the repository at this point in the history
…drop all capabilities
  • Loading branch information
TwoDCube committed Nov 4, 2024
1 parent 0ef7338 commit 29cb468
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/matverseny-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 0.1.6
version: 0.1.7

# 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
Expand Down
8 changes: 4 additions & 4 deletions charts/matverseny-frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ podLabels: {}
podSecurityContext:
fsGroup: 2000

# TODO: change this when https://github.com/Verseghy/matverseny-frontend/issues/15 is resolved
securityContext:
capabilities:
drop:
- ALL
# TODO: change this when https://github.com/Verseghy/matverseny-frontend/issues/15 is resolved
# capabilities:
# drop:
# - ALL
readOnlyRootFilesystem: false # true
runAsNonRoot: false # true
# runAsUser: 1000
Expand Down

0 comments on commit 29cb468

Please sign in to comment.