From 3223c71e1bf53fe5fb199879ebe3e00ec92aa441 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 29 Sep 2022 16:45:03 -0700 Subject: [PATCH] Revert "the-new-hotness: gcr.io does not seem up/working, try docker.io" This reverts commit 5c69db6a59b948f1b9a3ab6cb4a88b2e62984863. docker.io is saying it needs auth. Not sure what to do that would work here. --- roles/openshift-apps/the-new-hotness/files/imagestream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/the-new-hotness/files/imagestream.yml b/roles/openshift-apps/the-new-hotness/files/imagestream.yml index 00adc3f294..9cfe74696e 100644 --- a/roles/openshift-apps/the-new-hotness/files/imagestream.yml +++ b/roles/openshift-apps/the-new-hotness/files/imagestream.yml @@ -16,6 +16,6 @@ items: - name: latest from: kind: DockerImage - name: docker.io/bitnami-containers/redis:latest + name: gcr.io/bitnami-containers/redis:latest kind: List metadata: {}