diff --git a/tests/e2e/test/statefulset-pvc/create-redis-statefulset.yaml b/tests/e2e/test/statefulset-pvc/create-redis-statefulset.yaml index 64604b19..79616b93 100644 --- a/tests/e2e/test/statefulset-pvc/create-redis-statefulset.yaml +++ b/tests/e2e/test/statefulset-pvc/create-redis-statefulset.yaml @@ -32,7 +32,7 @@ spec: automountServiceAccountToken: false containers: - name: redis-test - image: bitnami/redis + image: redis env: - name: ALLOW_EMPTY_PASSWORD value: "true" diff --git a/tests/e2e/test/sts-pvc-unexpected-reboot/create-sts.yaml b/tests/e2e/test/sts-pvc-unexpected-reboot/create-sts.yaml index 64604b19..79616b93 100644 --- a/tests/e2e/test/sts-pvc-unexpected-reboot/create-sts.yaml +++ b/tests/e2e/test/sts-pvc-unexpected-reboot/create-sts.yaml @@ -32,7 +32,7 @@ spec: automountServiceAccountToken: false containers: - name: redis-test - image: bitnami/redis + image: redis env: - name: ALLOW_EMPTY_PASSWORD value: "true"