From 9b51a09cd7891874e3550f9448ab406c287dafeb Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Wed, 6 Mar 2024 09:52:45 +0300 Subject: [PATCH] build(manifests): :whale: update manifests and chart for v0.2.7-alpha.6 --- CHANGELOG.md | 20 +++++++++---------- config/manager/kustomization.yaml | 2 +- docs/_coverpage.md | 2 +- hack/deploy/chart/robot-operator/Chart.yaml | 4 ++-- .../templates/metrics-service.yaml | 2 +- .../templates/webhook-service.yaml | 2 +- hack/deploy/chart/robot-operator/values.yaml | 2 +- hack/deploy/manifests/robot_operator.yaml | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3debab42..3bb56615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,15 @@ - **typo:** fix field reference - -## [v0.2.7-alpha.4-udp-test-2] - 2024-03-04 - - -## [v0.2.7-alpha.5] - 2024-03-04 - ## [v0.2.7-alpha.4] - 2024-02-15 + +## [v0.2.7-alpha.1-test.3] - 2024-02-12 + + +## [v0.2.7-alpha.1-test.2] - 2024-02-12 + ## [v0.2.7-alpha.1] - 2024-02-05 @@ -437,10 +437,10 @@ - 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.4-udp-test-2...HEAD -[v0.2.7-alpha.4-udp-test-2]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.5...v0.2.7-alpha.4-udp-test-2 -[v0.2.7-alpha.5]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.4...v0.2.7-alpha.5 -[v0.2.7-alpha.4]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.1...v0.2.7-alpha.4 +[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.4...HEAD +[v0.2.7-alpha.4]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.1-test.3...v0.2.7-alpha.4 +[v0.2.7-alpha.1-test.3]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.1-test.2...v0.2.7-alpha.1-test.3 +[v0.2.7-alpha.1-test.2]: https://github.com/robolaunch/robot-operator/compare/v0.2.7-alpha.1...v0.2.7-alpha.1-test.2 [v0.2.7-alpha.1]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.19...v0.2.7-alpha.1 [v0.2.6-alpha.19]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.18...v0.2.6-alpha.19 [v0.2.6-alpha.18]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.17...v0.2.6-alpha.18 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 5d65d916..67930225 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: vv0.2.7-alpha.6 + newTag: v0.2.7-alpha.6 diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 9664feaf..38e672ba 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 v0.2.7-alpha.6 +# Robot Operator 0.2.7-alpha.6 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 81e29ebd..8884c4dd 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: v0.2.7-alpha.6 +version: 0.2.7-alpha.6 # 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: "vv0.2.7-alpha.6" +appVersion: "v0.2.7-alpha.6" diff --git a/hack/deploy/chart/robot-operator/templates/metrics-service.yaml b/hack/deploy/chart/robot-operator/templates/metrics-service.yaml index b106621e..3f0f5bfc 100644 --- a/hack/deploy/chart/robot-operator/templates/metrics-service.yaml +++ b/hack/deploy/chart/robot-operator/templates/metrics-service.yaml @@ -14,4 +14,4 @@ spec: control-plane: controller-manager {{- include "robot-operator.selectorLabels" . | nindent 4 }} ports: - {{- .Values.metricsService.ports | toYaml | nindent 2 }} \ No newline at end of file + {{- .Values.metricsService.ports | toYaml | nindent 2 -}} \ No newline at end of file diff --git a/hack/deploy/chart/robot-operator/templates/webhook-service.yaml b/hack/deploy/chart/robot-operator/templates/webhook-service.yaml index 61ab9ec1..6ffc253b 100644 --- a/hack/deploy/chart/robot-operator/templates/webhook-service.yaml +++ b/hack/deploy/chart/robot-operator/templates/webhook-service.yaml @@ -13,4 +13,4 @@ spec: control-plane: controller-manager {{- include "robot-operator.selectorLabels" . | nindent 4 }} ports: - {{- .Values.webhookService.ports | toYaml | nindent 2 }} \ No newline at end of file + {{- .Values.webhookService.ports | toYaml | nindent 2 -}} \ No newline at end of file diff --git a/hack/deploy/chart/robot-operator/values.yaml b/hack/deploy/chart/robot-operator/values.yaml index bfe50818..a41b4393 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: vv0.2.7-alpha.6 + tag: v0.2.7-alpha.6 resources: limits: cpu: 500m diff --git a/hack/deploy/manifests/robot_operator.yaml b/hack/deploy/manifests/robot_operator.yaml index 40d770d3..2cde015d 100644 --- a/hack/deploy/manifests/robot_operator.yaml +++ b/hack/deploy/manifests/robot_operator.yaml @@ -9595,7 +9595,7 @@ spec: - --leader-elect command: - /manager - image: robolaunchio/robot-controller-manager:vv0.2.7-alpha.6 + image: robolaunchio/robot-controller-manager:v0.2.7-alpha.6 livenessProbe: httpGet: path: /healthz