Skip to content

Commit 75c6a94

Browse files
Use gha-runner-scale-set-controller.chart instead of .Chart.Version (#3729)
Co-authored-by: Nikola Jokic <jokicnikola07@gmail.com>
1 parent d8f1a61 commit 75c6a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/gha-runner-scale-set-controller/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
labels:
2626
app.kubernetes.io/part-of: gha-rs-controller
2727
app.kubernetes.io/component: controller-manager
28-
app.kubernetes.io/version: {{ .Chart.Version }}
28+
app.kubernetes.io/version: {{ .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
2929
{{- include "gha-runner-scale-set-controller.selectorLabels" . | nindent 8 }}
3030
{{- with .Values.podLabels }}
3131
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)