Skip to content

Commit e92d4b7

Browse files
jgermondJonathan Germondyu-croco
authored
fix(argo-workflows): use the good server loadBalancerClass value (argoproj#3444)
Signed-off-by: Jonathan Germond <[email protected]> Co-authored-by: Jonathan Germond <[email protected]> Co-authored-by: Aikawa <[email protected]>
1 parent 67f44f9 commit e92d4b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/argo-workflows/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.7.2
33
name: argo-workflows
44
description: A Helm chart for Argo Workflows
55
type: application
6-
version: 0.45.24
6+
version: 0.45.25
77
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
88
home: https://github.com/argoproj/argo-helm
99
sources:
@@ -16,5 +16,5 @@ annotations:
1616
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
1717
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
1818
artifacthub.io/changes: |
19-
- kind: changed
20-
description: Bump argo-workflows to v3.7.2
19+
- kind: fixed
20+
description: Use the good value for the server service loadBalancerClass

charts/argo-workflows/templates/server/server-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
sessionAffinity: None
3030
type: {{ .Values.server.serviceType }}
3131
{{- if eq .Values.server.serviceType "LoadBalancer" }}
32-
{{- with .Values.controller.loadBalancerClass }}
32+
{{- with .Values.server.loadBalancerClass }}
3333
loadBalancerClass: {{ . }}
3434
{{- end }}
3535
{{- with .Values.server.loadBalancerIP }}

0 commit comments

Comments
 (0)