File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 4.0.0
18+ version : 4.0.1
1919
2020maintainers :
2121 - name : Dominic DePasquale
Original file line number Diff line number Diff line change @@ -46,11 +46,10 @@ dnsConfig:
4646 # - name: single-request-reopen
4747
4848podSecurityContext :
49- securityContext :
50- runAsNonRoot : true
51- runAsUser : 1000
52- runAsGroup : 1000
53- fsGroup : 1000
49+ runAsNonRoot : true
50+ runAsUser : 1000
51+ runAsGroup : 1000
52+ fsGroup : 1000
5453 seccompProfile :
5554 type : RuntimeDefault
5655
You can’t perform that action at this time.
0 commit comments