Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
add leapfrogai namespace to leapfrog image path
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed Oct 31, 2023
1 parent 1a12472 commit c9ceec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c9ceec3

Please sign in to comment.