From c9ceec317fd1332fbc037b3ed809fa72d3829fa9 Mon Sep 17 00:00:00 2001 From: Jon Perry Date: Tue, 31 Oct 2023 17:00:28 -0400 Subject: [PATCH] add leapfrogai namespace to leapfrog image path --- chart/templates/api/deployment.yaml | 2 +- zarf.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/api/deployment.yaml b/chart/templates/api/deployment.yaml index 26013b9..08a44a4 100644 --- a/chart/templates/api/deployment.yaml +++ b/chart/templates/api/deployment.yaml @@ -33,7 +33,7 @@ spec: - name: NAMESPACE value: leapfrogai - name: api-container - image: ghcr.io/defenseunicorns/leapfrogai-api:{{ .Values.image.lfaiAPITag }} + image: ghcr.io/defenseunicorns/leapfrogai/leapfrogai-api:{{ .Values.image.lfaiAPITag }} imagePullPolicy: Always env: - name: LFAI_CONFIG_PATH diff --git a/zarf.yaml b/zarf.yaml index b301a30..5a2672d 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -34,5 +34,5 @@ components: valuesFiles: - "lfai-values.yaml" images: - - "ghcr.io/defenseunicorns/leapfrogai-api:0.4.0" + - "ghcr.io/defenseunicorns/leapfrogai/leapfrogai-api:0.4.0" - "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.23.3"