Switch to using the sclorg redis image for consistency (#1531)

This commit is contained in:
Christian Adams
2023-08-24 21:38:55 -04:00
committed by GitHub
parent d60fddebca
commit 48dcb08c78
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ There are a few variables that are customizable for awx the image management.
| image_pull_policy | The pull policy to adopt | IfNotPresent |
| image_pull_secrets | The pull secrets to use | None |
| ee_images | A list of EEs to register | quay.io/ansible/awx-ee:latest |
| redis_image | Path of the image to pull | docker.io/redis |
| redis_image | Path of the image to pull | quay.io/sclorg/redis-6-c9s |
| redis_image_version | Image version to pull | latest |
Example of customization could be: