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

Commit

Permalink
Merge pull request #9 from defenseunicorns/hotfix-add-correct-image-path
Browse files Browse the repository at this point in the history
hotfix: correct the leapfrogai image namespace reference
  • Loading branch information
YrrepNoj authored Oct 31, 2023
2 parents 1a12472 + c9ceec3 commit 9c51aba
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 9c51aba

Please sign in to comment.