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

This commit is contained in:
Hao Liu
2023-08-28 16:50:00 -04:00
committed by GitHub
parent 7935873746
commit 0e0f413e82
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 | quay.io/sclorg/redis-6-c9s |
| redis_image | Path of the image to pull | docker.io/redis |
| redis_image_version | Image version to pull | latest |
Example of customization could be: