From d16373cda5fba5ebf96609afdb07503a5feef2ce Mon Sep 17 00:00:00 2001 From: Lucas <116588+hairmare@users.noreply.github.com> Date: Tue, 7 Jan 2025 23:49:54 +0100 Subject: [PATCH] fix(foreman): update container image in host groups (#206) --- roles/foreman/tasks/host_groups.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/foreman/tasks/host_groups.yaml b/roles/foreman/tasks/host_groups.yaml index 01f1dd6..5102df7 100644 --- a/roles/foreman/tasks/host_groups.yaml +++ b/roles/foreman/tasks/host_groups.yaml @@ -266,7 +266,7 @@ spec: containers: - name: revproxy - image: ghcr.io/radiorabe/httpd:0.5.1 + image: ghcr.io/radiorabe/httpd:0.5.4 env: - name: PODMAN_HOST value: "{{ ansible_host }}" @@ -390,7 +390,7 @@ spec: containers: - name: revproxy - image: ghcr.io/radiorabe/httpd:0.5.1 + image: ghcr.io/radiorabe/httpd:0.5.4 env: - name: PODMAN_HOST value: "{{ ansible_host }}"