From 252bf4d0536b57ab359e5ac86a165a8eb6842ab4 Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Wed, 2 Aug 2023 07:51:32 +0000 Subject: [PATCH] bump(charts): bump fleet-operator chart to v0.1.6-alpha.13 --- charts/fleet-operator/Chart.yaml | 4 ++-- charts/fleet-operator/templates/fleet-crd.yaml | 8 ++++++++ charts/fleet-operator/values.yaml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/charts/fleet-operator/Chart.yaml b/charts/fleet-operator/Chart.yaml index ac9de0f..4f40592 100644 --- a/charts/fleet-operator/Chart.yaml +++ b/charts/fleet-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.1.6-alpha.12 +version: 0.1.6-alpha.13 # 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.1.6-alpha.12" +appVersion: "v0.1.6-alpha.13" diff --git a/charts/fleet-operator/templates/fleet-crd.yaml b/charts/fleet-operator/templates/fleet-crd.yaml index b047776..95cbb45 100644 --- a/charts/fleet-operator/templates/fleet-crd.yaml +++ b/charts/fleet-operator/templates/fleet-crd.yaml @@ -59,6 +59,12 @@ spec: it takes cloud instance's name automatically. Should be set if the type is `Client`. type: string + domainID: + default: 0 + description: ROS domain ID for robot. See https://docs.ros.org/en/foxy/Concepts/About-Domain-ID.html. + maximum: 101 + minimum: 0 + type: integer hostname: description: If instance type is `Server`, it can be an arbitrary value. If instance type is `Client`, it should be the same with @@ -116,6 +122,8 @@ spec: If `Client`, instance tries to connect a `Server` instance and hold `Server` configuration in a ConfigMap. type: string + required: + - domainID type: object hybrid: description: Determines if the fleet should be federated across clusters diff --git a/charts/fleet-operator/values.yaml b/charts/fleet-operator/values.yaml index f95f092..9cf7172 100644 --- a/charts/fleet-operator/values.yaml +++ b/charts/fleet-operator/values.yaml @@ -23,7 +23,7 @@ controllerManager: - ALL image: repository: robolaunchio/fleet-controller-manager - tag: v0.1.6-alpha.12 + tag: v0.1.6-alpha.13 resources: limits: cpu: 500m