From 920d24f09b11722e3e3ef9385ecbeeef0e8cd8ab Mon Sep 17 00:00:00 2001 From: Mikey Smet <26899585+Mikey032@users.noreply.github.com> Date: Sat, 8 Mar 2025 11:02:32 +0100 Subject: [PATCH] Update charts/gha-runner-scale-set-controller/templates/deployment.yaml Co-authored-by: Nikola Jokic --- .../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 7352ae5b..29cdbdd3 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: {{ include "gha-runner-scale-set-controller.chart" . }} + app.kubernetes.io/version: {{ .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- include "gha-runner-scale-set-controller.selectorLabels" . | nindent 8 }} {{- with .Values.podLabels }} {{- toYaml . | nindent 8 }}