File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : 0.13.1
18+ version : 0.13.2
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application. Versions are not expected to
2121# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change @@ -16,10 +16,15 @@ spec:
1616 labels :
1717 app : postgresql
1818 version : " {{ .Chart.AppVersion }}"
19+ automountServiceAccountToken : false
1920 spec :
2021 containers :
2122 - image : " {{ .Values.api.image.repository }}/postgresql:{{ .Chart.AppVersion }}"
2223 name : postgresql
24+ securityContext :
25+ seccompProfile :
26+ type : RuntimeDefault
27+ allowPrivilegeEscalation : false
2328 ports :
2429 - containerPort : 5432
2530 protocol : TCP
You can’t perform that action at this time.
0 commit comments