Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade redis-ha chart and enable haproxy #3147

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -13,11 +13,5 @@ spec:
- "20"
- --operation-processors
- "10"
- --sentinel
- $(ARGOCD_REDIS_HA_ANNOUNCE_0_SERVICE):26379
- --sentinel
- $(ARGOCD_REDIS_HA_ANNOUNCE_1_SERVICE):26379
- --sentinel
- $(ARGOCD_REDIS_HA_ANNOUNCE_2_SERVICE):26379
- --sentinelmaster
- argocd
- --redis
- "argocd-redis-ha-haproxy:6379"
10 changes: 2 additions & 8 deletions manifests/ha/base/overlays/argocd-repo-server-deployment.yaml
Expand Up @@ -25,11 +25,5 @@ spec:
command:
- uid_entrypoint.sh
- argocd-repo-server
- --sentinel
- $(ARGOCD_REDIS_HA_ANNOUNCE_0_SERVICE):26379
- --sentinel
- $(ARGOCD_REDIS_HA_ANNOUNCE_1_SERVICE):26379
- --sentinel
- $(ARGOCD_REDIS_HA_ANNOUNCE_2_SERVICE):26379
- --sentinelmaster
- argocd
- --redis
- "argocd-redis-ha-haproxy:6379"
10 changes: 2 additions & 8 deletions manifests/ha/base/overlays/argocd-server-deployment.yaml
Expand Up @@ -26,11 +26,5 @@ spec:
- argocd-server
- --staticassets
- /shared/app
- --sentinel
- $(ARGOCD_REDIS_HA_ANNOUNCE_0_SERVICE):26379
- --sentinel
- $(ARGOCD_REDIS_HA_ANNOUNCE_1_SERVICE):26379
- --sentinel
- $(ARGOCD_REDIS_HA_ANNOUNCE_2_SERVICE):26379
- --sentinelmaster
- argocd
- --redis
- "argocd-redis-ha-haproxy:6379"
6 changes: 3 additions & 3 deletions manifests/ha/base/redis-ha/chart/requirements.lock
@@ -1,6 +1,6 @@
dependencies:
- name: redis-ha
repository: https://kubernetes-charts.storage.googleapis.com
version: 3.3.1
digest: sha256:3e273208c389589d3d8935ddc39bf245f72c3ea0b6d3e61c4dc0862b7c3839eb
generated: 2019-03-19T21:34:14.183861-07:00
version: 4.3.4
digest: sha256:d130faa98f99a99e503bce560bcec26e1dc0a988775a6609e39a8d855ec687d5
generated: "2020-02-20T10:42:01.98332-08:00"
2 changes: 1 addition & 1 deletion manifests/ha/base/redis-ha/chart/requirements.yaml
@@ -1,4 +1,4 @@
dependencies:
- name: redis-ha
version: 3.3.1
version: 4.3.4
repository: https://kubernetes-charts.storage.googleapis.com