We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f1a61 commit 75c6a94Copy full SHA for 75c6a94
charts/gha-runner-scale-set-controller/templates/deployment.yaml
@@ -25,7 +25,7 @@ spec:
25
labels:
26
app.kubernetes.io/part-of: gha-rs-controller
27
app.kubernetes.io/component: controller-manager
28
- app.kubernetes.io/version: {{ .Chart.Version }}
+ app.kubernetes.io/version: {{ .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
29
{{- include "gha-runner-scale-set-controller.selectorLabels" . | nindent 8 }}
30
{{- with .Values.podLabels }}
31
{{- toYaml . | nindent 8 }}
0 commit comments