Merge "Redis: Update helm tests"

This commit is contained in:
Zuul 2019-03-20 01:30:58 +00:00 committed by Gerrit Code Review
commit 838fdc08e6
2 changed files with 2 additions and 4 deletions

View File

@ -6,7 +6,5 @@ echo "Print Environmental variables"
echo $REDIS_HOST
echo $REDIS_PORT
echo $REDIS_DB
apt-get update
apt-get -y install python-pip
yes w | pip install redis
python /tmp/python-tests.py

View File

@ -20,7 +20,7 @@
images:
tags:
redis: docker.io/redis:4.0.1
helm_tests: docker.io/ubuntu
helm_tests: docker.io/redislabs/redis-py:latest
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
image_repo_sync: docker.io/docker:17.07.0
pull_policy: IfNotPresent