From eeaed0ff651692318e71e2594c8252f778c214a8 Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Mon, 6 Nov 2023 15:36:46 -0600 Subject: [PATCH] Update docker registry to ghcr.io --- kubernetes/deployment-production.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/deployment-production.tmpl b/kubernetes/deployment-production.tmpl index d312b8e..170d072 100644 --- a/kubernetes/deployment-production.tmpl +++ b/kubernetes/deployment-production.tmpl @@ -16,7 +16,7 @@ spec: spec: containers: - name: classroom-maps-api-production-app - image: zooniverse/classroom-maps-api:__IMAGE_TAG__ + image: ghcr.io/zooniverse/classroom-maps-api:__IMAGE_TAG__ resources: requests: memory: "1000Mi"