Skip to content

Commit 862bd3b

Browse files
committed
Use PostgreSQL and Valkey from CentOS 10 Stream
1 parent 10c679b commit 862bd3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vars/images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ foreman_container_tag: "{{ container_tag_stream }}"
66
foreman_proxy_container_image: "quay.io/foreman/foreman-proxy"
77
foreman_proxy_container_tag: "{{ container_tag_stream }}"
88

9-
postgresql_container_image: quay.io/sclorg/postgresql-13-c9s
9+
postgresql_container_image: quay.io/sclorg/postgresql-16-c10s
1010
postgresql_container_tag: "latest"
1111
pulp_container_image: quay.io/foreman/pulp
1212
pulp_container_tag: "foreman-{{ container_tag_stream }}"
13-
redis_container_image: quay.io/sclorg/redis-6-c9s
13+
redis_container_image: quay.io/sclorg/valkey-7-c10s
1414
redis_container_tag: "latest"
1515

1616
images:

0 commit comments

Comments
 (0)