Use specific version of redis image

Signed-off-by: Mac Chaffee <machaffe@renci.org>
This commit is contained in:
Mac Chaffee
2022-06-22 16:14:39 -04:00
parent e966e9299f
commit fe82e9259e

View File

@@ -127,7 +127,7 @@ extra_volumes: ''
_image: quay.io/ansible/awx
_image_version: "{{ lookup('env', 'DEFAULT_AWX_VERSION') or 'latest' }}"
_redis_image: docker.io/redis
_redis_image_version: latest
_redis_image_version: 7
_postgres_image: postgres
_postgres_image_version: 12
_init_container_image: quay.io/centos/centos