From a52c85c61ce690a1c9d95e47168eb696e8b75a66 Mon Sep 17 00:00:00 2001 From: Brian Sunter <2816289+briansunter@users.noreply.github.com> Date: Sat, 15 Jun 2024 19:01:23 -1000 Subject: [PATCH] dest --- manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index b28e6152..75d8149d 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -12,7 +12,7 @@ spec: [ "--dockerfile=Dockerfile", "--context=git://github.com/briansunter/graph.git#refs/heads/kube", - "--destination=docker-registry:5000/graph:latest", + "--destination=harbor.bsunter.net/graph/site:latest", "--insecure", ] volumeMounts: