feat(argo-cd): Parameterizing dex ports names due to istio 403 errors (#889)
* refactor: Parameterizing dex ports names due to istio 403 errors Signed-off-by: Piotr Kowalczyk <kowalczyk.p.4@pg.com> * fix: updating default http port name to http Signed-off-by: Piotr Kowalczyk <kowalczyk.p.4@pg.com>
This commit is contained in:
parent
573a7494d4
commit
3a4baae95d
4 changed files with 8 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: 2.1.0
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 3.13.1
|
||||
version: 3.13.2
|
||||
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: |
|
||||
- "[Fixed]: Updated README.md for ArgoCD"
|
||||
- "[Changed]: Parameterized dex service port names for istio-ingress 403 error"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue