Skip to content

Commit c079f60

Browse files
committed
Move Redis image to list of database images
1 parent 883a7d4 commit c079f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vars/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ images:
1717
- "{{ candlepin_container_image }}:{{ candlepin_container_tag }}"
1818
- "{{ foreman_container_image }}:{{ foreman_container_tag }}"
1919
- "{{ pulp_container_image }}:{{ pulp_container_tag }}"
20-
- "{{ redis_container_image }}:{{ redis_container_tag }}"
2120

2221
database_images:
2322
- "{{ postgresql_container_image }}:{{ postgresql_container_tag }}"
23+
- "{{ redis_container_image }}:{{ redis_container_tag }}"
2424

2525
foreman_proxy_images:
2626
- "{{ foreman_proxy_container_image }}:{{ foreman_proxy_container_tag }}"

0 commit comments

Comments
 (0)