From 42ecc06d7bf6e79e53348823349b848ac5dc9f20 Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Thu, 21 Mar 2024 10:28:53 +0300 Subject: [PATCH] chore(actions): add code editor crd --- .github/workflows/generate-client.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/generate-client.yaml b/.github/workflows/generate-client.yaml index 9cbb076..b62ca28 100644 --- a/.github/workflows/generate-client.yaml +++ b/.github/workflows/generate-client.yaml @@ -54,6 +54,7 @@ jobs: # robot.roboscale.io/v1alpha2 wget -P ./crds/base/ https://raw.githubusercontent.com/robolaunch/robot-operator/${{ github.event.inputs.robotOperatorTag }}/config/crd/bases/robot.roboscale.io_ros2workloads.yaml wget -P ./crds/base/ https://raw.githubusercontent.com/robolaunch/robot-operator/${{ github.event.inputs.robotOperatorTag }}/config/crd/bases/robot.roboscale.io_ros2bridges.yaml + wget -P ./crds/base/ https://raw.githubusercontent.com/robolaunch/robot-operator/${{ github.event.inputs.robotOperatorTag }}/config/crd/bases/robot.roboscale.io_codeeditors.yaml # connection-hub.roboscale.io/v1alpha1 wget -P ./crds/base/ https://raw.githubusercontent.com/robolaunch/connection-hub-operator/${{ github.event.inputs.connectionHubOperatorTag }}/config/crd/bases/connection-hub.roboscale.io_connectionhubs.yaml wget -P ./crds/base/ https://raw.githubusercontent.com/robolaunch/connection-hub-operator/${{ github.event.inputs.connectionHubOperatorTag }}/config/crd/bases/connection-hub.roboscale.io_cloudinstances.yaml