diff --git a/charts/postgres-operator/Chart.yaml b/charts/postgres-operator/Chart.yaml index 43d5060..e09d2f2 100644 --- a/charts/postgres-operator/Chart.yaml +++ b/charts/postgres-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: postgres-operator description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes -version: 1.7.2 +version: 1.7.3 appVersion: 1.7.1 home: https://github.com/zalando/postgres-operator sources: diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index 504670a..512e80d 100644 --- a/charts/postgres-operator/values.yaml +++ b/charts/postgres-operator/values.yaml @@ -394,6 +394,9 @@ securityContext: runAsNonRoot: true readOnlyRootFilesystem: true allowPrivilegeEscalation: false + capabilities: + drop: + - ALL # Affinity for pod assignment # Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity