Skip to content

Commit 2ecfa4c

Browse files
committed
Use PostgreSQL and Valkey from CentOS 10 Stream
1 parent 10c679b commit 2ecfa4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/roles/redis/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
image: "{{ redis_container_image }}:{{ redis_container_tag }}"
1919
state: quadlet
2020
sdnotify: true
21-
command: ["run-redis", "--supervised", "systemd"]
21+
command: ["run-valkey", "--supervised", "systemd"]
2222
volumes:
2323
- /var/lib/redis:/data:Z
2424
ports:

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)