From 585fc427b7539628c038d822946a883bbf8d93d3 Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Mon, 11 Nov 2024 06:56:05 +0000 Subject: [PATCH] bump(charts): bump robot-operator chart to v0.2.7-alpha.7.3 --- charts/robot-operator/Chart.yaml | 4 ++-- charts/robot-operator/templates/deployment.yaml | 4 ++-- charts/robot-operator/values.yaml | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/charts/robot-operator/Chart.yaml b/charts/robot-operator/Chart.yaml index 3f09660..816479c 100644 --- a/charts/robot-operator/Chart.yaml +++ b/charts/robot-operator/Chart.yaml @@ -13,9 +13,9 @@ 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: 0.2.7-alpha.7.2 +version: 0.2.7-alpha.7.3 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.2.7-alpha.7.2" +appVersion: "v0.2.7-alpha.7.3" diff --git a/charts/robot-operator/templates/deployment.yaml b/charts/robot-operator/templates/deployment.yaml index 86500d8..087d22c 100644 --- a/charts/robot-operator/templates/deployment.yaml +++ b/charts/robot-operator/templates/deployment.yaml @@ -87,8 +87,8 @@ spec: 10 }} securityContext: {{- toYaml .Values.controllerManager.kubeRbacProxy.containerSecurityContext | nindent 10 }} - securityContext: - runAsNonRoot: true + securityContext: {{- toYaml .Values.controllerManager.podSecurityContext | nindent + 8 }} serviceAccountName: {{ include "robot-operator.fullname" . }}-controller-manager terminationGracePeriodSeconds: 10 volumes: diff --git a/charts/robot-operator/values.yaml b/charts/robot-operator/values.yaml index be06270..7d05e80 100644 --- a/charts/robot-operator/values.yaml +++ b/charts/robot-operator/values.yaml @@ -32,7 +32,7 @@ controllerManager: - ALL image: repository: robolaunchio/robot-controller-manager - tag: v0.2.7-alpha.7.2 + tag: v0.2.7-alpha.7.3 resources: limits: cpu: 500m @@ -40,6 +40,8 @@ controllerManager: requests: cpu: 10m memory: 64Mi + podSecurityContext: + runAsNonRoot: true replicas: 1 serviceAccount: annotations: {}