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 }}