feat(argo-cd): Make AWS ALB GRPC backend protocol version configurable (#909)

Signed-off-by: Sander van Schie <sandervanschie@gmail.com>
This commit is contained in:
Sander van Schie 2021-08-27 15:47:01 +02:00 committed by GitHub
parent 2fd39754de
commit 5c03c916be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 9 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2.1.1
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 3.17.4
version: 3.17.5
home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-cd/assets/logo.png
keywords:
@ -21,4 +21,4 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- "[Changed]: Upgrade dex server to 2.30.0"
- "[Changed]: Make AWS ALB GRPC backend protocol version configurable"