From e7152afecb31eda6c452035d8208db68d4db670c Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Thu, 20 Jul 2023 12:27:20 +0000 Subject: [PATCH] bump(charts): bump robot-operator chart to v0.2.5-alpha.29 --- charts/robot-operator/Chart.yaml | 4 ++-- .../robot-operator/templates/launchmanager-crd.yaml | 9 --------- charts/robot-operator/templates/robot-crd.yaml | 11 ----------- .../robot-operator/templates/robotartifact-crd.yaml | 11 ----------- charts/robot-operator/values.yaml | 2 +- 5 files changed, 3 insertions(+), 34 deletions(-) diff --git a/charts/robot-operator/Chart.yaml b/charts/robot-operator/Chart.yaml index bcdc74c..5e94cd6 100644 --- a/charts/robot-operator/Chart.yaml +++ b/charts/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.28 +version: 0.2.5-alpha.29 # 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.28" +appVersion: "v0.2.5-alpha.29" diff --git a/charts/robot-operator/templates/launchmanager-crd.yaml b/charts/robot-operator/templates/launchmanager-crd.yaml index a90b1f0..fdf6043 100644 --- a/charts/robot-operator/templates/launchmanager-crd.yaml +++ b/charts/robot-operator/templates/launchmanager-crd.yaml @@ -225,15 +225,6 @@ spec: type: string description: Launch parameters. type: object - prelaunch: - description: Command or script to run just before node's execution. - properties: - command: - description: Bash command to run before ROS node execution. - type: string - required: - - command - type: object type: description: Launching type. Can be `Launch`, `Run` or `Custom`. enum: diff --git a/charts/robot-operator/templates/robot-crd.yaml b/charts/robot-operator/templates/robot-crd.yaml index ccce915..17b7af8 100644 --- a/charts/robot-operator/templates/robot-crd.yaml +++ b/charts/robot-operator/templates/robot-crd.yaml @@ -487,17 +487,6 @@ spec: type: string description: Launch parameters. type: object - prelaunch: - description: Command or script to run just before node's - execution. - properties: - command: - description: Bash command to run before ROS node - execution. - type: string - required: - - command - type: object type: description: Launching type. Can be `Launch`, `Run` or `Custom`. diff --git a/charts/robot-operator/templates/robotartifact-crd.yaml b/charts/robot-operator/templates/robotartifact-crd.yaml index 70fdfb1..e8c535d 100644 --- a/charts/robot-operator/templates/robotartifact-crd.yaml +++ b/charts/robot-operator/templates/robotartifact-crd.yaml @@ -466,17 +466,6 @@ spec: type: string description: Launch parameters. type: object - prelaunch: - description: Command or script to run just before node's - execution. - properties: - command: - description: Bash command to run before ROS node - execution. - type: string - required: - - command - type: object type: description: Launching type. Can be `Launch`, `Run` or `Custom`. diff --git a/charts/robot-operator/values.yaml b/charts/robot-operator/values.yaml index 2f9cd81..5a39ba3 100644 --- a/charts/robot-operator/values.yaml +++ b/charts/robot-operator/values.yaml @@ -23,7 +23,7 @@ controllerManager: - ALL image: repository: robolaunchio/robot-controller-manager - tag: v0.2.5-alpha.28 + tag: v0.2.5-alpha.29 resources: limits: cpu: 500m