feat(argo-cd): Add extraVolumes Dex server (#961)
Related to https://github.com/argoproj/argo-helm/issues/960 Add extraVolumes and extraVolumeMounts for dex server Signed-off-by: Iago Santos <iago.santos.pardo@adfinis.com>
This commit is contained in:
parent
1ceb47ff76
commit
093a162ab8
4 changed files with 16 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: 2.1.3
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 3.24.0
|
||||
version: 3.25.0
|
||||
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: |
|
||||
- "[Added]: Use Istio port name naming convention for redis"
|
||||
- "[Added]: Uses extraVolumes and extraVolumeMounts for dex server"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue