Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.5.0
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 5.8.2
version: 5.8.3
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
Expand All @@ -22,6 +22,4 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- "[Changed]: Added example how to provide OIDC CA certificate"
- "[Changed]: Added missing URL parameter for OIDC configuration"
- "[Changed]: Improve documentation default values"
- "[Changed]: Fixed documentation for applicationSet HA examples"
4 changes: 2 additions & 2 deletions charts/argo-cd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repoServer:
minReplicas: 2

applicationSet:
replicas: 2
replicaCount: 2
```

### HA mode without autoscaling
Expand All @@ -61,7 +61,7 @@ repoServer:
replicas: 2

applicationSet:
replicas: 2
replicaCount: 2
```

### Synchronizing Changes from Original Repository
Expand Down
4 changes: 2 additions & 2 deletions charts/argo-cd/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repoServer:
minReplicas: 2

applicationSet:
replicas: 2
replicaCount: 2
```

### HA mode without autoscaling
Expand All @@ -60,7 +60,7 @@ repoServer:
replicas: 2

applicationSet:
replicas: 2
replicaCount: 2
```

### Synchronizing Changes from Original Repository
Expand Down