chore(argo-cd): Remove duplicate ApplicationSet features (#1598)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
a0784fddac
commit
f25cda30af
6 changed files with 29 additions and 30 deletions
|
|
@ -3,7 +3,7 @@ appVersion: v2.5.3
|
|||
kubeVersion: ">=1.22.0-0"
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.15.1
|
||||
version: 5.15.2
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
@ -23,6 +23,7 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Fixed]: TLS secret name so Dex correctly generates the checksum for argocd-dex-server-tls."
|
||||
- "[Fixed]: Standardise the naming convention of the TLS secret manifests."
|
||||
- "[Added]: Add checksum to Repo-Server for the argocd-repo-server-tls secret."
|
||||
- "[Changed]: ApplicationSet now automatically detects leader election"
|
||||
- "[Changed]: Simplified ApplicationSet RBAC rules"
|
||||
- "[Removed]: Configuration option applicationset.args.debug"
|
||||
- "[Removed]: Configuration option applicationset.args.enableLeaderElection"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue