Skip to content

Commit d51cdb3

Browse files
feat: argo-cd v2.12.10 (#80)
Signed-off-by: Justin Marquis <[email protected]>
1 parent d7002cf commit d51cdb3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/argo-cd/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 2.12.9-ak.0.0
3-
appVersion: 2.12.9
2+
version: 2.12.10-ak.0.0
3+
appVersion: 2.12.10
44
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
66
home: https://charts.akuity.io

charts/argo-cd/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# argo-cd
22

3-
![Version: 2.12.9-ak.0.0](https://img.shields.io/badge/Version-2.12.9--ak.0.0-informational?style=flat-square) ![AppVersion: 2.12.9](https://img.shields.io/badge/AppVersion-2.12.9-informational?style=flat-square)
3+
![Version: 2.12.10-ak.0.0](https://img.shields.io/badge/Version-2.12.10--ak.0.0-informational?style=flat-square) ![AppVersion: 2.12.10](https://img.shields.io/badge/AppVersion-2.12.10-informational?style=flat-square)
44

55
A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
66

@@ -60,7 +60,7 @@ A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kube
6060
| imageUpdater.enabled | bool | `false` | Whether to enable image updater |
6161
| notificationsController | object | `{"enabled":true}` | Notifications Controller |
6262
| notificationsController.enabled | bool | `true` | Whether to enable Notifications Controller |
63-
| redis | object | `{"config":["min-replicas-to-write 0","client-output-buffer-limit replica 512mb 128mb 60","repl-backlog-size 512mb"],"enabled":true,"haProxyImage":{"repository":"haproxy","tag":"2.6.14-alpine"},"image":{"pullPolicy":null,"repository":"quay.io/akuity/redis","tag":"7.0.15-alpine"},"networkPolicy":{"egress":{"enabled":true}},"resources":null}` | Redis configurations |
63+
| redis | object | `{"config":[],"enabled":true,"haProxyImage":{"repository":"public.ecr.aws/docker/library/haproxy","tag":"2.6.17-alpine"},"image":{"pullPolicy":null,"repository":"quay.io/akuity/redis","tag":"7.0.15-alpine"},"networkPolicy":{"egress":{"enabled":true}},"resources":null}` | Redis configurations |
6464
| repoServer | object | `{"extraArgs":null,"image":{"pullPolicy":null,"repository":null,"tag":null},"replicas":2,"resources":null}` | Repo Server |
6565
| repoServer.extraArgs | string | `nil` | Additional command line arguments to pass to argocd-repo-server |
6666
| server | object | `{"enabled":true,"extraArgs":null,"image":{"pullPolicy":null,"repository":null,"tag":null},"ingress":{"annotations":{},"className":"","enabled":false,"host":"argocd.example.com","tls":{"enabled":false,"secretName":null}},"insecure":false,"replicas":2,"resources":null,"service":{"type":null}}` | Argo Server configuration |

charts/argo-cd/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -349,12 +349,12 @@ dex:
349349
# -- Redis configurations
350350
redis:
351351
enabled: true
352-
config:
352+
config: []
353353
## Additional redis conf options can be added below
354354
## For all available options see http://download.redis.io/redis-stable/redis.conf
355-
- min-replicas-to-write 0
356-
- client-output-buffer-limit replica 512mb 128mb 60
357-
- repl-backlog-size 512mb
355+
# - min-replicas-to-write 0
356+
# - client-output-buffer-limit replica 512mb 128mb 60
357+
# - repl-backlog-size 512mb
358358
image:
359359
repository: quay.io/akuity/redis
360360
# https://hub.docker.com/_/redis/

0 commit comments

Comments
 (0)