From 4a8b6609bd9bc760651c396b61aa5b685a5a6313 Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Mon, 11 Nov 2024 06:48:57 +0000 Subject: [PATCH] build(manifests): update manifests and chart for v0.2.7-alpha.7.3 --- CHANGELOG.md | 6 +++++- config/manager/kustomization.yaml | 2 +- docs/_coverpage.md | 2 +- hack/deploy/chart/robot-operator/Chart.yaml | 4 ++-- hack/deploy/chart/robot-operator/templates/deployment.yaml | 4 ++-- hack/deploy/chart/robot-operator/values.yaml | 4 +++- hack/deploy/manifests/robot_operator.yaml | 2 +- 7 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761a746..5e2869e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## [Unreleased] + + +## [v0.2.7-alpha.7.2] - 2024-10-03 ### Fix - **validation:** fix label existence conditions in dev webhooks @@ -480,7 +483,8 @@ - Merge pull request [#24](https://github.com/robolaunch/robot-operator/issues/24) from robolaunch/23-allow-multiple-launches -[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.7.1...HEAD +[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.7.2...HEAD +[v0.2.7-alpha.7.2]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.7.1...v0.2.7-alpha.7.2 [v0.2.7-alpha.7.1]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.7...v0.2.7-alpha.7.1 [v0.2.7-alpha.7]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.6.4-we-patch-v1...v0.2.7-alpha.7 [v0.2.7-alpha.6.4-we-patch-v1]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.6.4...v0.2.7-alpha.6.4-we-patch-v1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 48ea692..313c9c3 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: robolaunchio/robot-controller-manager - newTag: v0.2.7-alpha.7.2 + newTag: v0.2.7-alpha.7.3 diff --git a/docs/_coverpage.md b/docs/_coverpage.md index d4aa939..0684e99 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -4,6 +4,6 @@ ![](https://raw.githubusercontent.com/robolaunch/trademark/main/logos/svg/rocket.svg) -# Robot Operator 0.2.7-alpha.7.2 +# Robot Operator 0.2.7-alpha.7.3 robolaunch Kubernetes Robot Operator manages lifecycle of ROS 2 based robots and enables defining, deploying and distributing robots declaratively. \ No newline at end of file diff --git a/hack/deploy/chart/robot-operator/Chart.yaml b/hack/deploy/chart/robot-operator/Chart.yaml index 3f09660..816479c 100644 --- a/hack/deploy/chart/robot-operator/Chart.yaml +++ b/hack/deploy/chart/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/hack/deploy/chart/robot-operator/templates/deployment.yaml b/hack/deploy/chart/robot-operator/templates/deployment.yaml index 86500d8..087d22c 100644 --- a/hack/deploy/chart/robot-operator/templates/deployment.yaml +++ b/hack/deploy/chart/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/hack/deploy/chart/robot-operator/values.yaml b/hack/deploy/chart/robot-operator/values.yaml index be06270..7d05e80 100644 --- a/hack/deploy/chart/robot-operator/values.yaml +++ b/hack/deploy/chart/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: {} diff --git a/hack/deploy/manifests/robot_operator.yaml b/hack/deploy/manifests/robot_operator.yaml index 90a28fd..11556fd 100644 --- a/hack/deploy/manifests/robot_operator.yaml +++ b/hack/deploy/manifests/robot_operator.yaml @@ -15099,7 +15099,7 @@ spec: - --leader-elect command: - /manager - image: robolaunchio/robot-controller-manager:v0.2.7-alpha.7.2 + image: robolaunchio/robot-controller-manager:v0.2.7-alpha.7.3 livenessProbe: httpGet: path: /healthz