From e40797b3a1a1fba4241fcba975328b0922274887 Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Fri, 11 Aug 2023 07:58:23 +0000 Subject: [PATCH] bump(charts): bump fleet-operator chart to v0.1.6-alpha.14 --- charts/fleet-operator/Chart.yaml | 4 ++-- charts/fleet-operator/templates/fleet-crd.yaml | 1 - charts/fleet-operator/values.yaml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/fleet-operator/Chart.yaml b/charts/fleet-operator/Chart.yaml index 4f40592..1d20f25 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.13 +version: 0.1.6-alpha.14 # 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.13" +appVersion: "v0.1.6-alpha.14" diff --git a/charts/fleet-operator/templates/fleet-crd.yaml b/charts/fleet-operator/templates/fleet-crd.yaml index 95cbb45..0cf5ef6 100644 --- a/charts/fleet-operator/templates/fleet-crd.yaml +++ b/charts/fleet-operator/templates/fleet-crd.yaml @@ -60,7 +60,6 @@ spec: 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 diff --git a/charts/fleet-operator/values.yaml b/charts/fleet-operator/values.yaml index 9cf7172..0277b1f 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.13 + tag: v0.1.6-alpha.14 resources: limits: cpu: 500m