mirror of
https://github.com/nold360/hive-apps
synced 2025-01-30 19:32:51 +00:00
40 lines
757 B
YAML
40 lines
757 B
YAML
config:
|
|
description: Bi Agent Framework
|
|
|
|
apps:
|
|
- name: bi
|
|
namespace: bi
|
|
repo: bjw-s
|
|
chart: app-template
|
|
targetRevision: 3.2.1
|
|
secrets:
|
|
- name: bibot
|
|
keys:
|
|
- discord-token
|
|
- ombi-api-key
|
|
- prompt-template
|
|
- instruct-template
|
|
- OPENWEATHERMAP_API_KEY
|
|
ignoreDiff:
|
|
- group: apps
|
|
kind: Deployment
|
|
jsonPointers:
|
|
- /spec/replicas
|
|
|
|
- name: qdrant
|
|
namespace: bi
|
|
repoURL: https://qdrant.github.io/qdrant-helm
|
|
chart: qdrant
|
|
targetRevision: 1.13.1
|
|
|
|
- name: valkey
|
|
namespace: bi
|
|
repoURL: registry-1.docker.io/bitnamicharts
|
|
chart: valkey
|
|
targetRevision: 2.2.3
|
|
|
|
- name: redpanda
|
|
namespace: bi
|
|
repoURL: https://charts.redpanda.com
|
|
chart: redpanda
|
|
targetRevision: 5.9.19
|