fix(argo-workflows): Add missing serviceLabels to server service
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
4ce5e9be2e
commit
1fac4ae4aa
2 changed files with 6 additions and 3 deletions
|
@ -3,7 +3,7 @@ appVersion: v3.5.6
|
|||
name: argo-workflows
|
||||
description: A Helm chart for Argo Workflows
|
||||
type: application
|
||||
version: 0.41.4
|
||||
version: 0.41.5
|
||||
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
sources:
|
||||
|
@ -16,5 +16,5 @@ annotations:
|
|||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Added option to add service accounts to RoleBindings
|
||||
- kind: fixed
|
||||
description: Add missing serviceLabels to server service
|
||||
|
|
|
@ -7,6 +7,9 @@ metadata:
|
|||
labels:
|
||||
{{- include "argo-workflows.labels" (dict "context" . "component" .Values.server.name "name" .Values.server.name) | nindent 4 }}
|
||||
app.kubernetes.io/version: {{ include "argo-workflows.server_chart_version_label" . }}
|
||||
{{- with .Values.server.serviceLabels }}
|
||||
{{ toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .Values.server.serviceAnnotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
|
|
Loading…
Reference in a new issue