oraculum: try redis from docker.io

This commit is contained in:
František Zatloukal 2022-09-30 09:52:36 +02:00
parent 209b6f234e
commit 7ad73ddf72

View file

@ -18,7 +18,8 @@ spec:
- name: latest - name: latest
from: from:
kind: DockerImage kind: DockerImage
name: gcr.io/bitnami-containers/redis:latest # docker.io should be okay as bitnami is verified publisher and doesn't undergo rate-limiting
name: docker.io/bitnami/redis:latest
--- ---
apiVersion: v1 apiVersion: v1
kind: ImageStream kind: ImageStream