From 51a4aa7d2261dded1d278a2681767ae2af3934cb Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Tue, 21 Mar 2023 17:14:57 -0500 Subject: [PATCH] Use GHCR, not default Dockerhub --- 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 0aa0aa5..e438e62 100644 --- a/kubernetes/deployment-production.tmpl +++ b/kubernetes/deployment-production.tmpl @@ -15,7 +15,7 @@ spec: spec: containers: - name: markdown-api - image: zooniverse/markdown-api:__IMAGE_TAG__ + image: ghcr.io/zooniverse/markdown-api:__IMAGE_TAG__ env: - name: NODE_ENV value: "production"