Skip to content

Commit

Permalink
fix(foreman): update container image in host groups (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 7, 2025
1 parent 59c194b commit d16373c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/foreman/tasks/host_groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit d16373c

Please sign in to comment.