Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/roles/redis/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
image: "{{ redis_container_image }}:{{ redis_container_tag }}"
state: quadlet
sdnotify: true
command: ["run-redis", "--supervised", "systemd"]
command: ["run-valkey", "--supervised", "systemd"]
volumes:
- /var/lib/redis:/data:Z
ports:
Expand Down
4 changes: 2 additions & 2 deletions src/vars/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ foreman_container_tag: "{{ container_tag_stream }}"
foreman_proxy_container_image: "quay.io/foreman/foreman-proxy"
foreman_proxy_container_tag: "{{ container_tag_stream }}"

postgresql_container_image: quay.io/sclorg/postgresql-13-c9s
postgresql_container_image: quay.io/sclorg/postgresql-16-c10s
postgresql_container_tag: "latest"
pulp_container_image: quay.io/foreman/pulp
pulp_container_tag: "foreman-{{ container_tag_stream }}"
redis_container_image: quay.io/sclorg/redis-6-c9s
redis_container_image: quay.io/sclorg/valkey-8-c10s
redis_container_tag: "latest"

images:
Expand Down
Loading