Use gha-runner-scale-set-controller.chart instead of .Chart.Version

This commit is contained in:
Mikey032 2024-09-04 15:17:47 +02:00 committed by Mikey Smet
parent 8b36ea90eb
commit 757a935cc7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ spec:
labels: labels:
app.kubernetes.io/part-of: gha-rs-controller app.kubernetes.io/part-of: gha-rs-controller
app.kubernetes.io/component: controller-manager 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 }} {{- include "gha-runner-scale-set-controller.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }} {{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}