From 5c0204d9d7d4ae81fa18f77e22601a9d5120515c Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Mon, 7 Aug 2023 11:14:48 +0300 Subject: [PATCH] build(manifests): :whale: update manifests and chart for v0.2.5-alpha.31 --- CHANGELOG.md | 6 +++++- 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, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f8f4c1..55388898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## [Unreleased] + + +## [v0.2.5-alpha.30] - 2023-08-02 ### Feat - **domain-id:** :rocket: support ros domain id @@ -211,7 +214,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.5-alpha.29...HEAD +[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.5-alpha.30...HEAD +[v0.2.5-alpha.30]: https://github.com/robolaunch/robot-operator/compare/v0.2.5-alpha.29...v0.2.5-alpha.30 [v0.2.5-alpha.29]: https://github.com/robolaunch/robot-operator/compare/v0.2.5-alpha.28...v0.2.5-alpha.29 [v0.2.5-alpha.28]: https://github.com/robolaunch/robot-operator/compare/v0.2.5-alpha.27...v0.2.5-alpha.28 [v0.2.5-alpha.27]: https://github.com/robolaunch/robot-operator/compare/v0.2.5-alpha.26...v0.2.5-alpha.27 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 647faf66..f37d334f 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.5-alpha.30 + newTag: v0.2.5-alpha.31 diff --git a/hack/deploy/chart/robot-operator/Chart.yaml b/hack/deploy/chart/robot-operator/Chart.yaml index bd202fab..00a9d157 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.5-alpha.30 +version: 0.2.5-alpha.31 # 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.5-alpha.30" +appVersion: "v0.2.5-alpha.31" diff --git a/hack/deploy/chart/robot-operator/values.yaml b/hack/deploy/chart/robot-operator/values.yaml index 22ac3d8b..13b6e3cd 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.5-alpha.30 + tag: v0.2.5-alpha.31 resources: limits: cpu: 500m diff --git a/hack/deploy/manifests/robot_operator.yaml b/hack/deploy/manifests/robot_operator.yaml index ab70bf7a..70268768 100644 --- a/hack/deploy/manifests/robot_operator.yaml +++ b/hack/deploy/manifests/robot_operator.yaml @@ -6948,7 +6948,7 @@ spec: - --leader-elect command: - /manager - image: robolaunchio/robot-controller-manager:v0.2.5-alpha.30 + image: robolaunchio/robot-controller-manager:v0.2.5-alpha.31 livenessProbe: httpGet: path: /healthz