Skip to content

Commit

Permalink
bump(charts): bump robot-operator chart to v0.2.5-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin authored and github-actions[bot] committed May 3, 2023
1 parent 46911f0 commit d0608a1
Show file tree
Hide file tree
Showing 6 changed files with 612 additions and 1,087 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.7
version: 0.2.5-alpha.8
# 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.7"
appVersion: "v0.2.5-alpha.8"
29 changes: 12 additions & 17 deletions charts/robot-operator/templates/buildmanager-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,20 +173,18 @@ spec:
- name
type: object
type: array
instances:
description: Cluster selector. If the current instance name is
on the list, BuildManager creates building jobs.
items:
type: string
type: array
name:
description: Name of the step.
type: string
script:
description: Bash script to run.
type: string
selector:
additionalProperties:
type: string
description: Cluster selector. If empty, step will be executed.
If `robolaunch.io/cloud-instance` is specified only, step will
be running on the cloud instance. If `robolaunch.io/physical-instance`
is specified only, step will be running on the physical instance.
type: object
workspace:
description: Name of the workspace. Should be selected among the
existing workspaces in WorkspaceManager's manifests.
Expand Down Expand Up @@ -439,21 +437,18 @@ spec:
- name
type: object
type: array
instances:
description: Cluster selector. If the current instance name
is on the list, BuildManager creates building jobs.
items:
type: string
type: array
name:
description: Name of the step.
type: string
script:
description: Bash script to run.
type: string
selector:
additionalProperties:
type: string
description: Cluster selector. If empty, step will be executed.
If `robolaunch.io/cloud-instance` is specified only, step
will be running on the cloud instance. If `robolaunch.io/physical-instance`
is specified only, step will be running on the physical
instance.
type: object
workspace:
description: Name of the workspace. Should be selected among
the existing workspaces in WorkspaceManager's manifests.
Expand Down
Loading

0 comments on commit d0608a1

Please sign in to comment.