forked from defenseunicorns/leapfrogai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zarf.yaml
28 lines (25 loc) · 821 Bytes
/
zarf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/zarf/main/zarf.schema.json
kind: ZarfPackageConfig
metadata:
name: llama-cpp-python
version: "###ZARF_PKG_TMPL_IMAGE_VERSION###"
description: >
llama-cpp-python model
constants:
- name: IMAGE_VERSION
value: "###ZARF_PKG_TMPL_IMAGE_VERSION###"
components:
- name: llama-cpp-python-model
required: true
charts:
- name: llama-cpp-python-model
namespace: leapfrogai
localPath: chart
releaseName: llama-cpp-python-model
# x-release-please-start-version
version: 0.9.1
# x-release-please-end
valuesFiles:
- "llama-cpp-python-values.yaml"
images:
- ghcr.io/defenseunicorns/leapfrogai/llama-cpp-python:###ZARF_PKG_TMPL_IMAGE_VERSION###