fix(argo-cd): Use ingressClassName from ingressGrpc in ingress-grpc (#1127)

Signed-off-by: Juan C. Müller <jcmuller@gmail.com>
This commit is contained in:
Juan C. Müller 2022-02-05 11:32:30 -05:00 committed by GitHub
parent 7ffbe9d113
commit da0946d61e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.2.5
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 3.33.4
version: 3.33.5
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords:
@ -21,4 +21,4 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- "[Changed]: Update to Argo-CD v2.2.5"
- "[Fixed]: Use ingressClassName from ingressGrpc for grpc ingress class name"

View file

@ -21,7 +21,7 @@ metadata:
{{- end }}
spec:
{{- if eq (include "argo-cd.ingress.apiVersion" $) "networking.k8s.io/v1" }}
{{- with .Values.server.ingress.ingressClassName }}
{{- with .Values.server.ingressGrpc.ingressClassName }}
ingressClassName: {{ . }}
{{- end }}
{{- end }}