fix: create service account for repo server by default (#1161)
This PR enables the creation of a service account for repo server by default. Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
This commit is contained in:
parent
0a5422f20a
commit
ec6cd35fed
3 changed files with 4 additions and 4 deletions
|
|
@ -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.35.2
|
||||
version: 3.35.3
|
||||
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: |
|
||||
- "[Fixed]: Quote clusterResources value to avoid invalid Secret manifest"
|
||||
- "[Fixed]: Create service account for repo server by default"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue