Skip to content

Commit

Permalink
bump(charts): bump robot-operator chart to v0.2.5-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin authored and github-actions[bot] committed Apr 25, 2023
1 parent 538e9c6 commit cb568e3
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 48 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.6
version: 0.2.5-alpha.7
# 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.6"
appVersion: "v0.2.5-alpha.7"
22 changes: 10 additions & 12 deletions charts/robot-operator/templates/discoveryserver-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,22 @@ spec:
spec:
description: Specification of the desired behavior of the DiscoveryServer.
properties:
args:
description: Entrypoint of the DiscoveryServer. Applied if the instance
type is `Server`.
items:
type: string
type: array
cluster:
description: Cloud instance name that holds DiscoveryServer instance
with `Server` type.
with `Server` type. Should be empty if the type is `Server` since
it takes cloud instance's name automatically. Should be set if the
type is `Client`.
type: string
hostname:
description: If instance type is `Server`, it can be an arbitrary value.
If instance type is `Client`, it should be the same with Server's
hostname. Used for getting Server's IP over DNS.
type: string
image:
description: Image for discovery server. Recommended to use images which
has configured ROS 2.
type: string
reference:
description: Reference to the `Server` instance. It is used if `.spec.type`
is `Client`. Referenced object can be provisioned in another cluster.
is `Client`. Referenced object can be previously provisioned in another
cluster. In that case, cluster's name can be specified in `.spec.cluster`
field.
properties:
apiVersion:
description: API version of the referent.
Expand Down Expand Up @@ -170,6 +164,10 @@ spec:
the DNS name, which is being built according to the discovery
server configuration.
type: string
uri:
description: URI of the discovery server. Discovery server instance
tries to ping this address to see if it's reachable.
type: string
type: object
phase:
description: Phase of the DiscoveryServer.
Expand Down
25 changes: 10 additions & 15 deletions charts/robot-operator/templates/robot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,28 +222,22 @@ spec:
discoveryServerTemplate:
description: Discovery server configurational parameters.
properties:
args:
description: Entrypoint of the DiscoveryServer. Applied if the instance
type is `Server`.
items:
type: string
type: array
cluster:
description: Cloud instance name that holds DiscoveryServer instance
with `Server` type.
with `Server` type. Should be empty if the type is `Server` since
it takes cloud instance's name automatically. Should be set if
the type is `Client`.
type: string
hostname:
description: If instance type is `Server`, it can be an arbitrary
value. If instance type is `Client`, it should be the same with
Server's hostname. Used for getting Server's IP over DNS.
type: string
image:
description: Image for discovery server. Recommended to use images
which has configured ROS 2.
type: string
reference:
description: Reference to the `Server` instance. It is used if `.spec.type`
is `Client`. Referenced object can be provisioned in another cluster.
is `Client`. Referenced object can be previously provisioned in
another cluster. In that case, cluster's name can be specified
in `.spec.cluster` field.
properties:
apiVersion:
description: API version of the referent.
Expand Down Expand Up @@ -829,9 +823,6 @@ spec:
rosBridgeTemplate:
description: ROS bridge configurational parameters.
properties:
image:
description: Image contains ROS/2 bridge packages.
type: string
ros:
description: Configurational parameters for ROS bridge.
properties:
Expand Down Expand Up @@ -1897,6 +1888,10 @@ spec:
from the DNS name, which is being built according to the
discovery server configuration.
type: string
uri:
description: URI of the discovery server. Discovery server
instance tries to ping this address to see if it's reachable.
type: string
type: object
phase:
description: Phase of the DiscoveryServer.
Expand Down
21 changes: 6 additions & 15 deletions charts/robot-operator/templates/robotartifact-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,28 +201,22 @@ spec:
discoveryServerTemplate:
description: Discovery server configurational parameters.
properties:
args:
description: Entrypoint of the DiscoveryServer. Applied if the instance
type is `Server`.
items:
type: string
type: array
cluster:
description: Cloud instance name that holds DiscoveryServer instance
with `Server` type.
with `Server` type. Should be empty if the type is `Server` since
it takes cloud instance's name automatically. Should be set if
the type is `Client`.
type: string
hostname:
description: If instance type is `Server`, it can be an arbitrary
value. If instance type is `Client`, it should be the same with
Server's hostname. Used for getting Server's IP over DNS.
type: string
image:
description: Image for discovery server. Recommended to use images
which has configured ROS 2.
type: string
reference:
description: Reference to the `Server` instance. It is used if `.spec.type`
is `Client`. Referenced object can be provisioned in another cluster.
is `Client`. Referenced object can be previously provisioned in
another cluster. In that case, cluster's name can be specified
in `.spec.cluster` field.
properties:
apiVersion:
description: API version of the referent.
Expand Down Expand Up @@ -808,9 +802,6 @@ spec:
rosBridgeTemplate:
description: ROS bridge configurational parameters.
properties:
image:
description: Image contains ROS/2 bridge packages.
type: string
ros:
description: Configurational parameters for ROS bridge.
properties:
Expand Down
3 changes: 0 additions & 3 deletions charts/robot-operator/templates/rosbridge-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ spec:
spec:
description: Specification of the desired behavior of the ROSBridge.
properties:
image:
description: Image contains ROS/2 bridge packages.
type: string
ros:
description: Configurational parameters for ROS bridge.
properties:
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.6
tag: v0.2.5-alpha.7
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit cb568e3

Please sign in to comment.