Skip to content

Commit 757a935

Browse files
committed
Use gha-runner-scale-set-controller.chart instead of .Chart.Version
1 parent 8b36ea9 commit 757a935

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

+1-1
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: {{ include "gha-runner-scale-set-controller.chart" . }}
2929
{{- include "gha-runner-scale-set-controller.selectorLabels" . | nindent 8 }}
3030
{{- with .Values.podLabels }}
3131
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)