From c42366c53db795f3ab46cf12338c460451f57b23 Mon Sep 17 00:00:00 2001 From: "Radkowska, Katarzyna" Date: Tue, 7 Apr 2026 10:51:24 +0000 Subject: [PATCH] revert some changes in CRDs for the 0.12.1 runners to be able still work --- .../crds/actions.github.com_autoscalingrunnersets.yaml | 2 ++ .../crds/actions.github.com_ephemeralrunners.yaml | 2 ++ config/crd/bases/actions.github.com_autoscalingrunnersets.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/charts/gha-runner-scale-set-controller/crds/actions.github.com_autoscalingrunnersets.yaml b/charts/gha-runner-scale-set-controller/crds/actions.github.com_autoscalingrunnersets.yaml index 26f76125..eecee1fb 100644 --- a/charts/gha-runner-scale-set-controller/crds/actions.github.com_autoscalingrunnersets.yaml +++ b/charts/gha-runner-scale-set-controller/crds/actions.github.com_autoscalingrunnersets.yaml @@ -16555,6 +16555,8 @@ spec: type: string runningEphemeralRunners: type: integer + state: + type: string type: object type: object served: true diff --git a/charts/gha-runner-scale-set-controller/crds/actions.github.com_ephemeralrunners.yaml b/charts/gha-runner-scale-set-controller/crds/actions.github.com_ephemeralrunners.yaml index b72318d8..ad9f097f 100644 --- a/charts/gha-runner-scale-set-controller/crds/actions.github.com_ephemeralrunners.yaml +++ b/charts/gha-runner-scale-set-controller/crds/actions.github.com_ephemeralrunners.yaml @@ -8336,6 +8336,8 @@ spec: type: string runnerId: type: integer + runnerJITConfig: + type: string runnerName: type: string workflowRunId: diff --git a/config/crd/bases/actions.github.com_autoscalingrunnersets.yaml b/config/crd/bases/actions.github.com_autoscalingrunnersets.yaml index 26f76125..eecee1fb 100644 --- a/config/crd/bases/actions.github.com_autoscalingrunnersets.yaml +++ b/config/crd/bases/actions.github.com_autoscalingrunnersets.yaml @@ -16555,6 +16555,8 @@ spec: type: string runningEphemeralRunners: type: integer + state: + type: string type: object type: object served: true