diff --git a/mirrord-operator/Chart.yaml b/mirrord-operator/Chart.yaml index 5fdfc15..a031c9d 100644 --- a/mirrord-operator/Chart.yaml +++ b/mirrord-operator/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: 1.12.0 +version: 1.13.0 # 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 diff --git a/mirrord-operator/templates/deployment.yaml b/mirrord-operator/templates/deployment.yaml index 2e79a25..ddb6e3b 100644 --- a/mirrord-operator/templates/deployment.yaml +++ b/mirrord-operator/templates/deployment.yaml @@ -36,6 +36,9 @@ spec: {{/* Allow low port using ip_unprivileged_port_start */}} {{- if lt (int .Values.operator.port) 1024 -}} securityContext: + readOnlyRootFilesystem: true + runAsNonRoot: true + runAsUser: 1000 sysctls: - name: net.ipv4.ip_unprivileged_port_start value: {{ .Values.operator.port | quote}}