diff --git a/charts/application-core/Chart.yaml b/charts/application-core/Chart.yaml index a475c2d..66adc26 100644 --- a/charts/application-core/Chart.yaml +++ b/charts/application-core/Chart.yaml @@ -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: 4.0.0 +version: 4.0.1 maintainers: - name: Dominic DePasquale diff --git a/charts/application-core/values.yaml b/charts/application-core/values.yaml index b0af97f..32fc136 100644 --- a/charts/application-core/values.yaml +++ b/charts/application-core/values.yaml @@ -46,11 +46,10 @@ dnsConfig: # - name: single-request-reopen podSecurityContext: - securityContext: - runAsNonRoot: true - runAsUser: 1000 - runAsGroup: 1000 - fsGroup: 1000 + runAsNonRoot: true + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 seccompProfile: type: RuntimeDefault