From 5b6d1be686a12704086c511ddd4c1967bca3d2d0 Mon Sep 17 00:00:00 2001 From: Andrew Stangl Date: Fri, 20 Sep 2024 11:35:48 +0200 Subject: [PATCH] Fixes from https://github.com/actions/actions-runner-controller/pull/3729 --- .../gha-runner-scale-set-controller/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gha-runner-scale-set-controller/templates/deployment.yaml b/charts/gha-runner-scale-set-controller/templates/deployment.yaml index 66b9a4b513..a3dc33eee5 100644 --- a/charts/gha-runner-scale-set-controller/templates/deployment.yaml +++ b/charts/gha-runner-scale-set-controller/templates/deployment.yaml @@ -25,7 +25,7 @@ spec: labels: app.kubernetes.io/part-of: gha-rs-controller app.kubernetes.io/component: controller-manager - app.kubernetes.io/version: {{ .Chart.Version }} + app.kubernetes.io/version: {{ include "gha-runner-scale-set-controller.chart" . }} {{- include "gha-runner-scale-set-controller.selectorLabels" . | nindent 8 }} {{- with .Values.podLabels }} {{- toYaml . | nindent 8 }}