Skip to content

changement du registry haproxy de redis‑ha d'Argo CD#1044

Open
benji78 wants to merge 2 commits into
cloud-pi-native:mainfrom
benji78:fix-argocd-haproxy-repository
Open

changement du registry haproxy de redis‑ha d'Argo CD#1044
benji78 wants to merge 2 commits into
cloud-pi-native:mainfrom
benji78:fix-argocd-haproxy-repository

Conversation

@benji78
Copy link
Copy Markdown
Contributor

@benji78 benji78 commented May 4, 2026

Quel est le comportement actuel ?

Quand public.ecr.aws n’est pas disponible, l’instance haproxy du redis-ha d’Argo CD ne peut pas être installée, car le chart redis-ha pointe par défaut sur public.ecr.aws/docker/library/haproxy. Or, cette même image est disponible sur docker.io/library/haproxy (sachant que /xxx, /library/xxx et /_/xxx sont synonymes sur docker hub).

Quel est le nouveau comportement ?

L'image haproxy de redis-ha est explicitement redirigé vers docker.io/library/haproxy (via le registre Docker configuré), ce qui permet l’installation même lorsque public.ecr.aws est inaccessible (offline ou filtrage réseau).

Concernant l'Argo CD d'infra, la condition redondante est simplifiée et le tag pour l'image redis-ha devient indépendant du registre. Pour rappel, redis 7.4 est la dernière version sous license BSD.

Cette PR introduit-elle un breaking change ?

Non

Autres informations

Valkey pourrait être utilisé à la place de Redis !

@benji78 benji78 changed the title changement de registry pour changement du registry haproxy de redis‑ha d'Argo CD May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants