From e95b5cb01de5c2bf02bc79cec36d022184a1ad0f Mon Sep 17 00:00:00 2001 From: cicharka Date: Tue, 2 Aug 2022 16:04:48 +0200 Subject: [PATCH] Add haproxy to k8s images group * fix for #3231 Signed-off-by: cicharka --- .../download-requirements/requirements/x86_64/images.yml | 4 ++++ docs/changelogs/CHANGELOG-2.0.md | 1 + 2 files changed, 5 insertions(+) diff --git a/ansible/playbooks/roles/repository/files/download-requirements/requirements/x86_64/images.yml b/ansible/playbooks/roles/repository/files/download-requirements/requirements/x86_64/images.yml index 5e93dce979..0876eac711 100644 --- a/ansible/playbooks/roles/repository/files/download-requirements/requirements/x86_64/images.yml +++ b/ansible/playbooks/roles/repository/files/download-requirements/requirements/x86_64/images.yml @@ -173,6 +173,10 @@ images: 'calico/node:v3.23.3': sha1: 85a3499d4fb7e93ab6334beed57b635d09f02d1f + # for HA configuration + 'haproxy:2.2.2-alpine': + sha1: dff8993b065b7f7846adb553548bcdcfcd1b6e8e + rook: 'k8s.gcr.io/sig-storage/csi-attacher:v3.4.0': sha1: f076bd75359c6449b965c48eb8bad96c6d40790d diff --git a/docs/changelogs/CHANGELOG-2.0.md b/docs/changelogs/CHANGELOG-2.0.md index d5b476a92c..b68859b330 100644 --- a/docs/changelogs/CHANGELOG-2.0.md +++ b/docs/changelogs/CHANGELOG-2.0.md @@ -24,6 +24,7 @@ - [#3189](https://github.com/epiphany-platform/epiphany/issues/3189) - Fix configuration/feature-mapping enabling - [#3152](https://github.com/epiphany-platform/epiphany/issues/3152) - Use a stable tag for the quay.io/ceph/ceph:v16.2.7 image - [#3209](https://github.com/epiphany-platform/epiphany/issues/3209) - [Ubuntu] download-requirements.py ignores package version when resolving dependencies +- [#3231](https://github.com/epiphany-platform/epiphany/issues/3231) - epicli may fail on "Download image haproxy-2.2.2-alpine.tar" task ### Updated