Skip to content

Commit

Permalink
bump(charts): bump robot-operator chart to v0.2.6-alpha.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin authored and github-actions[bot] committed Jan 24, 2024
1 parent e198536 commit 4d65257
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 20 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.6-alpha.16
version: 0.2.6-alpha.17
# 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.6-alpha.16"
appVersion: "v0.2.6-alpha.17"
8 changes: 4 additions & 4 deletions charts/robot-operator/templates/buildmanager-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ spec:
if the scope type is `Path`.
type: string
scopeType:
description: Type of the BuildManager scope. Allowed scopes
are `Workspace` and `Path`.
description: Type of the scope. Allowed scopes are `Workspace`
and `Path`.
type: string
workspace:
description: Name of the workspace. Should be selected among
Expand Down Expand Up @@ -476,8 +476,8 @@ spec:
applied if the scope type is `Path`.
type: string
scopeType:
description: Type of the BuildManager scope. Allowed scopes
are `Workspace` and `Path`.
description: Type of the scope. Allowed scopes are `Workspace`
and `Path`.
type: string
workspace:
description: Name of the workspace. Should be selected
Expand Down
31 changes: 20 additions & 11 deletions charts/robot-operator/templates/launchmanager-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,6 @@ spec:
- Run
- Custom
type: string
required:
- cmd
- disableSourcingWs
- executable
- launchfile
- package
type: object
instances:
description: Cluster selector. If the current instance name is
Expand All @@ -262,12 +256,27 @@ spec:
If used, all the node names and topic names should be defined
relative, not absolute. (eg. `cmd_vel` instead of /cmd_vel``)
type: boolean
workspace:
description: Name of the workspace. Should be selected among the
existing workspaces in WorkspaceManager's manifests.
type: string
scope:
description: Selects the scope for launch.
properties:
path:
description: Absolute path of the directory. It's being applied
if the scope type is `Path`.
type: string
scopeType:
description: Type of the scope. Allowed scopes are `Workspace`
and `Path`.
type: string
workspace:
description: Name of the workspace. Should be selected among
the existing workspaces in WorkspaceManager's manifests.
It's being applied if the scope type is `Workspace`.
type: string
required:
- scopeType
type: object
required:
- workspace
- scope
type: object
description: Launch descriptions. Every object defined here generates
a launching command in the specified workspace.
Expand Down
4 changes: 2 additions & 2 deletions charts/robot-operator/templates/robot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -946,8 +946,8 @@ spec:
being applied if the scope type is `Path`.
type: string
scopeType:
description: Type of the BuildManager scope. Allowed
scopes are `Workspace` and `Path`.
description: Type of the scope. Allowed scopes
are `Workspace` and `Path`.
type: string
workspace:
description: Name of the workspace. Should be
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 @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: robolaunchio/robot-controller-manager
tag: v0.2.6-alpha.16
tag: v0.2.6-alpha.17
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 4d65257

Please sign in to comment.