From 266de6dcb140b54d0f2af74e4b22b57ad71dcdfc Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Wed, 13 Dec 2023 13:25:53 +0300 Subject: [PATCH] build(manifests): :whale: update manifests and chart for v0.2.6-alpha.14.4 --- CHANGELOG.md | 9 ++++++++- config/manager/kustomization.yaml | 2 +- hack/deploy/chart/robot-operator/Chart.yaml | 4 ++-- hack/deploy/chart/robot-operator/values.yaml | 2 +- hack/deploy/manifests/robot_operator.yaml | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e7e0eea..34300318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## [Unreleased] +### Fix +- **cm:** update cm status of robotide + + + +## [v0.2.6-alpha.14.3] - 2023-12-13 ## [v0.2.6-alpha.14.2] - 2023-12-06 @@ -355,7 +361,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.6-alpha.14.2...HEAD +[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.3...HEAD +[v0.2.6-alpha.14.3]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.2...v0.2.6-alpha.14.3 [v0.2.6-alpha.14.2]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.1...v0.2.6-alpha.14.2 [v0.2.6-alpha.14.1]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14...v0.2.6-alpha.14.1 [v0.2.6-alpha.14]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.13.3...v0.2.6-alpha.14 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 8a709d80..830a15ca 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.6-alpha.14.3 + newTag: v0.2.6-alpha.14.4 diff --git a/hack/deploy/chart/robot-operator/Chart.yaml b/hack/deploy/chart/robot-operator/Chart.yaml index 2795d3f4..09a811b6 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.6-alpha.14.3 +version: 0.2.6-alpha.14.4 # 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.6-alpha.14.3" +appVersion: "v0.2.6-alpha.14.4" diff --git a/hack/deploy/chart/robot-operator/values.yaml b/hack/deploy/chart/robot-operator/values.yaml index 1a3a3de9..9bea3720 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.6-alpha.14.3 + tag: v0.2.6-alpha.14.4 resources: limits: cpu: 500m diff --git a/hack/deploy/manifests/robot_operator.yaml b/hack/deploy/manifests/robot_operator.yaml index b4c59765..c6b73cf0 100644 --- a/hack/deploy/manifests/robot_operator.yaml +++ b/hack/deploy/manifests/robot_operator.yaml @@ -6768,7 +6768,7 @@ spec: - --leader-elect command: - /manager - image: robolaunchio/robot-controller-manager:v0.2.6-alpha.14.3 + image: robolaunchio/robot-controller-manager:v0.2.6-alpha.14.4 livenessProbe: httpGet: path: /healthz