Skip to content

Commit

Permalink
bump(charts): bump robot-operator chart to v0.2.6-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin authored and github-actions[bot] committed Aug 30, 2023
1 parent e40797b commit 9498dd0
Show file tree
Hide file tree
Showing 13 changed files with 139 additions and 13 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.1
version: 0.2.6-alpha.2
# 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.1"
appVersion: "v0.2.6-alpha.2"
9 changes: 8 additions & 1 deletion charts/robot-operator/templates/buildmanager-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ spec:
singular: buildmanager
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .spec.steps[].name
name: Steps
type: string
- jsonPath: .status.phase
name: Phase
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: BuildManager is the Schema for the buildmanagers API
Expand Down
24 changes: 23 additions & 1 deletion charts/robot-operator/templates/discoveryserver-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,29 @@ spec:
singular: discoveryserver
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .spec.type
name: Type
type: string
- jsonPath: .spec.domainID
name: Domain ID
type: string
- jsonPath: .spec.hostname
name: Hostname
type: string
- jsonPath: .spec.subdomain
name: Subdomain
type: string
- jsonPath: .status.connectionInfo.ip
name: IP
type: string
- jsonPath: .status.connectionInfo.uri
name: URI
type: string
- jsonPath: .status.phase
name: Phase
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: DiscoveryServer is a custom resource that connects Robots and Fleets
Expand Down
9 changes: 8 additions & 1 deletion charts/robot-operator/templates/launchmanager-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ spec:
singular: launchmanager
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .spec.launches[].name
name: Launches
type: string
- jsonPath: .status.phase
name: Phase
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: LaunchManager is the Schema for the launchmanagers API
Expand Down
12 changes: 11 additions & 1 deletion charts/robot-operator/templates/relayserver-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,17 @@ spec:
singular: relayserver
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .spec.instanceName
name: Instance
type: string
- jsonPath: .spec.remoteNamespace
name: Remote Namespace
type: string
- jsonPath: .status.phase
name: Phase
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: RelayServer is the Schema for the relayservers API
Expand Down
17 changes: 16 additions & 1 deletion charts/robot-operator/templates/robot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,21 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .spec.distributions
- jsonPath: .spec.robot.distributions
name: Distributions
type: string
- jsonPath: .spec.environment.application.name
name: Application
type: string
- jsonPath: .spec.environment.application.version
name: Version
type: string
- jsonPath: .spec.environment.devspace.ubuntuDistro
name: Ubuntu
type: string
- jsonPath: .spec.environment.devspace.version
name: DevSpace
type: string
- jsonPath: .status.phase
name: Phase
type: string
Expand Down Expand Up @@ -357,6 +369,9 @@ spec:
description: Configurational parameters of RobotVDI. Applied if
`.spec.vdiEnabled` is set to `true`.
properties:
disableNvenc:
description: If true, VDI uses plain h264 instead of nvh264enc.
type: boolean
ingress:
description: '[*alpha*] RobotIDE will create an Ingress resource
if `true`.'
Expand Down
3 changes: 3 additions & 0 deletions charts/robot-operator/templates/robotartifact-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ spec:
description: Configurational parameters of RobotVDI. Applied if
`.spec.vdiEnabled` is set to `true`.
properties:
disableNvenc:
description: If true, VDI uses plain h264 instead of nvh264enc.
type: boolean
ingress:
description: '[*alpha*] RobotIDE will create an Ingress resource
if `true`.'
Expand Down
18 changes: 17 additions & 1 deletion charts/robot-operator/templates/robotdevsuite-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,20 @@ spec:
singular: robotdevsuite
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .spec.vdiEnabled
name: VDI
type: string
- jsonPath: .spec.ideEnabled
name: IDE
type: string
- jsonPath: .spec.remoteIDEEnabled
name: Remote IDE RS
type: string
- jsonPath: .status.phase
name: Phase
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: RobotDevSuite is a custom resource that creates dynamically configured
Expand Down Expand Up @@ -146,6 +159,9 @@ spec:
description: Configurational parameters of RobotVDI. Applied if `.spec.vdiEnabled`
is set to `true`.
properties:
disableNvenc:
description: If true, VDI uses plain h264 instead of nvh264enc.
type: boolean
ingress:
description: '[*alpha*] RobotIDE will create an Ingress resource
if `true`.'
Expand Down
15 changes: 14 additions & 1 deletion charts/robot-operator/templates/robotide-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,20 @@ spec:
singular: robotide
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .spec.display
name: Display
type: string
- jsonPath: .spec.privileged
name: Privileged
type: string
- jsonPath: .spec.resources.gpuCore
name: GPU
type: string
- jsonPath: .status.phase
name: Phase
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: RobotIDE creates and manages Cloud IDE resources and workloads.
Expand Down
21 changes: 20 additions & 1 deletion charts/robot-operator/templates/robotvdi-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,23 @@ spec:
singular: robotvdi
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .spec.resolution
name: Resolution
type: string
- jsonPath: .spec.webrtcPortRange
name: Ports
type: string
- jsonPath: .spec.privileged
name: Privileged
type: string
- jsonPath: .spec.resources.gpuCore
name: GPU
type: string
- jsonPath: .status.phase
name: Phase
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: RobotVDI creates and manages Cloud VDI resources and workloads.
Expand All @@ -47,6 +63,9 @@ spec:
spec:
description: Specification of the desired behavior of the RobotVDI.
properties:
disableNvenc:
description: If true, VDI uses plain h264 instead of nvh264enc.
type: boolean
ingress:
description: '[*alpha*] RobotIDE will create an Ingress resource if
`true`.'
Expand Down
6 changes: 5 additions & 1 deletion charts/robot-operator/templates/rosbridge-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ spec:
singular: rosbridge
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .status.phase
name: Phase
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: ROSBridge is a custom resource that provisions ROS/2 bridge resources
Expand Down
12 changes: 11 additions & 1 deletion charts/robot-operator/templates/workspacemanager-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,17 @@ spec:
singular: workspacemanager
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .spec.workspacesPath
name: Path
type: string
- jsonPath: .spec.workspaces[].name
name: Workspaces
type: string
- jsonPath: .status.phase
name: Phase
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: WorkspaceManager configures the ROS 2 workspaces and repositories
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.1
tag: v0.2.6-alpha.2
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 9498dd0

Please sign in to comment.