Skip to content

Commit d16373c

Browse files
authored
fix(foreman): update container image in host groups (#206)
1 parent 59c194b commit d16373c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/foreman/tasks/host_groups.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
spec:
267267
containers:
268268
- name: revproxy
269-
image: ghcr.io/radiorabe/httpd:0.5.1
269+
image: ghcr.io/radiorabe/httpd:0.5.4
270270
env:
271271
- name: PODMAN_HOST
272272
value: "{{ ansible_host }}"
@@ -390,7 +390,7 @@
390390
spec:
391391
containers:
392392
- name: revproxy
393-
image: ghcr.io/radiorabe/httpd:0.5.1
393+
image: ghcr.io/radiorabe/httpd:0.5.4
394394
env:
395395
- name: PODMAN_HOST
396396
value: "{{ ansible_host }}"

0 commit comments

Comments
 (0)