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

@@ -237,8 +237,8 @@ extra_volumes: ''
_image: quay.io/ansible/awx
_image_version: "{{ lookup('env', 'DEFAULT_AWX_VERSION') or 'latest' }}"
_redis_image: quay.io/sclorg/redis-6-c9s
_redis_image_version: latest
_redis_image: docker.io/redis
_redis_image_version: 7
_postgres_image: postgres
_postgres_image_version: 13
image_pull_policy: IfNotPresent