From cb1b6ce88243b81a8c825ae4fafd5d930cf2f0fc Mon Sep 17 00:00:00 2001 From: Benjamin Kiah Stroud <32469930+bkiahstroud@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:20:08 -0700 Subject: [PATCH] properly build image URI --- ops/production-deploy.tmpl.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ops/production-deploy.tmpl.yaml b/ops/production-deploy.tmpl.yaml index 86088bc232..1e44fdb043 100644 --- a/ops/production-deploy.tmpl.yaml +++ b/ops/production-deploy.tmpl.yaml @@ -71,5 +71,6 @@ nginx: service: type: ClusterIP image: - repository: ghcr.io/scientist-softserv/princeton-manifold/nginx + registry: ghcr.io + repository: scientist-softserv/princeton-manifold/nginx tag: $TAG