Skip to content

Commit

Permalink
UI package mods
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Oct 1, 2024
1 parent d6bbcdd commit 2d9a7d1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: "registry1.dso.mil/ironbank/opensource/defenseunicorns/leapfrogai/ui"
tag: "###ZARF_CONST_IMAGE_VERSION###"
tag: v###ZARF_CONST_IMAGE_VERSION###

env:
- name: LEAPFROGAI_API_BASE_URL
Expand Down Expand Up @@ -42,6 +42,7 @@ extraEnv:

migration:
image:
# TODO: replace with Ironbank image once hardened: registry1.dso.mil/ironbank/opensource/defenseunicorns/leapfrogai/ui/migrations
repository: ghcr.io/defenseunicorns/leapfrogai/ui-migrations
tag: "###ZARF_CONST_IMAGE_VERSION###"
imagePullPolicy: Always
6 changes: 6 additions & 0 deletions packages/ui/zarf-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package:
create:
set:
# x-release-please-start-version
image_version: "0.13.1"
# x-release-please-end
17 changes: 17 additions & 0 deletions packages/ui/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,20 @@ components:
name: leapfrogai-ui
namespace: leapfrogai
condition: Available

- name: leapfrogai-api
description: "A Python API that shadows the OpenAI API specification"
only:
flavor: registry1
required: true
import:
path: common
charts:
- name: leapfrogai-ui
namespace: leapfrogai
valuesFiles:
- "values/registry1-values.yaml"
images:
- "registry1.dso.mil/ironbank/opensource/defenseunicorns/leapfrogai/ui:###ZARF_PKG_TMPL_IMAGE_VERSION###"
# TODO: replace with Ironbank image once hardened: registry1.dso.mil/ironbank/opensource/defenseunicorns/leapfrogai/ui/migrations
- "ghcr.io/defenseunicorns/leapfrogai/api-migrations:###ZARF_PKG_TMPL_IMAGE_VERSION###"

0 comments on commit 2d9a7d1

Please sign in to comment.