Merge "Switch our haproxy image to quay opendevmirror location"

This commit is contained in:
Zuul 2025-02-03 17:32:55 +00:00 committed by Gerrit Code Review
commit dbb13be886
2 changed files with 2 additions and 1 deletions
playbooks/roles/haproxy/templates
zuul.d

@ -5,7 +5,7 @@ version: '2'
services:
haproxy:
restart: always
image: docker.io/library/haproxy:lts
image: quay.io/opendevmirror/haproxy:lts
# NOTE(ianw) 2021-05-17 : haproxy >= 2.4 runs as a non-privileged
# user. The main problem here is we use host networking, so the
# haproxy user is not allowed to bind to low ports (80/443). The

@ -1032,6 +1032,7 @@
- inventory/service/group_vars/zookeeper.yaml
- inventory/service/host_vars/zk\d+
- inventory/service/host_vars/zuul02.opendev.org
- playbooks/roles/haproxy/
- playbooks/roles/mariadb/
- playbooks/roles/zookeeper/
- playbooks/roles/install-apt-repo/