Skip to content

Commit

Permalink
bump(charts): bump robot-operator chart to v0.2.5-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin authored and github-actions[bot] committed May 8, 2023
1 parent e901fc8 commit 3499bed
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 23 deletions.
4 changes: 2 additions & 2 deletions charts/robot-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8
version: 0.2.5-alpha.9
# 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.8"
appVersion: "v0.2.5-alpha.9"
13 changes: 7 additions & 6 deletions charts/robot-operator/templates/launchmanager-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,19 @@ spec:
spec:
description: Specification of the desired behavior of the LaunchManager.
properties:
display:
description: Launch processes connects an X11 socket if it's set to
`true` and a target RobotVDI resource is set in labels with key `robolaunch.io/target-vdi`.
Applications that requires GUI can be executed such as rViz.
type: boolean
launch:
launches:
additionalProperties:
description: Launch description of a repository.
properties:
container:
description: General container configuration parameters.
properties:
display:
description: Launch processes connects an X11 socket if it's
set to `true` and a target RobotVDI resource is set in labels
with key `robolaunch.io/target-vdi`. Applications that requires
GUI can be executed such as rViz.
type: boolean
env:
description: Additional environment variables to set when
launching ROS nodes.
Expand Down
15 changes: 8 additions & 7 deletions charts/robot-operator/templates/robot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,19 +304,20 @@ spec:
items:
description: LaunchManagerSpec defines the desired state of LaunchManager.
properties:
display:
description: Launch processes connects an X11 socket if it's set
to `true` and a target RobotVDI resource is set in labels with
key `robolaunch.io/target-vdi`. Applications that requires GUI
can be executed such as rViz.
type: boolean
launch:
launches:
additionalProperties:
description: Launch description of a repository.
properties:
container:
description: General container configuration parameters.
properties:
display:
description: Launch processes connects an X11 socket
if it's set to `true` and a target RobotVDI resource
is set in labels with key `robolaunch.io/target-vdi`.
Applications that requires GUI can be executed such
as rViz.
type: boolean
env:
description: Additional environment variables to set
when launching ROS nodes.
Expand Down
15 changes: 8 additions & 7 deletions charts/robot-operator/templates/robotartifact-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,19 +283,20 @@ spec:
items:
description: LaunchManagerSpec defines the desired state of LaunchManager.
properties:
display:
description: Launch processes connects an X11 socket if it's set
to `true` and a target RobotVDI resource is set in labels with
key `robolaunch.io/target-vdi`. Applications that requires GUI
can be executed such as rViz.
type: boolean
launch:
launches:
additionalProperties:
description: Launch description of a repository.
properties:
container:
description: General container configuration parameters.
properties:
display:
description: Launch processes connects an X11 socket
if it's set to `true` and a target RobotVDI resource
is set in labels with key `robolaunch.io/target-vdi`.
Applications that requires GUI can be executed such
as rViz.
type: boolean
env:
description: Additional environment variables to set
when launching ROS nodes.
Expand Down
2 changes: 1 addition & 1 deletion charts/robot-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ controllerManager:
- ALL
image:
repository: robolaunchio/robot-controller-manager
tag: v0.2.5-alpha.8
tag: v0.2.5-alpha.9
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 3499bed

Please sign in to comment.