File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ foreman_container_tag: "{{ container_tag_stream }}"
66foreman_proxy_container_image : " quay.io/foreman/foreman-proxy"
77foreman_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
1010postgresql_container_tag : " latest"
1111pulp_container_image : quay.io/foreman/pulp
1212pulp_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
1414redis_container_tag : " latest"
1515
1616images :
You can’t perform that action at this time.
0 commit comments