Skip to content

Commit 3d22145

Browse files
Merge branch 'main' of github.com:ADORSYS-GIS/ai-helm
2 parents f3c11e8 + 13b3fa5 commit 3d22145

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

charts/apps/values.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,3 +1176,28 @@ applications:
11761176
automated:
11771177
prune: true
11781178
selfHeal: true
1179+
1180+
# --- Backups ---
1181+
- name: cnpg-pgdump-backup
1182+
finalizers:
1183+
- resources-finalizer.argocd.argoproj.io
1184+
source:
1185+
repoURL: https://github.com/ADORSYS-GIS/ai-helm.git
1186+
targetRevision: HEAD
1187+
path: charts/pgdump-backup
1188+
helm:
1189+
releaseName: cnpg-pgdump-backup
1190+
valueFiles:
1191+
- values.yaml
1192+
valuesObject:
1193+
pg_dump:
1194+
postgres:
1195+
secretName: lightbridge-main-db-app
1196+
destination:
1197+
namespace: converse
1198+
syncPolicy:
1199+
syncOptions:
1200+
- ServerSideApply=true
1201+
automated:
1202+
prune: true
1203+
selfHeal: true

charts/librechart/values.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,11 +469,19 @@ config:
469469
redirect_uri: https://ai.camer.digital/api/mcp/github_github_support_docs_search/oauth/callback
470470
scope: "repo repo:status repo_deployment public_repo repo:invite security_events admin:repo_hook write:repo_hook read:repo_hook admin:org write:org read:org admin:org_hook read:public_key write:public_key admin:public_key gist notifications user read:user user:email user:follow project read:project delete_repo write:packages read:packages delete:packages admin:gpg_key write:gpg_key read:gpg_key codespace workflow read:audit_log"
471471
lightbridge_self_service:
472-
title: "LightBridge Self Service"
473-
description: "Provides utilities to CRUD accounts, projects, and API keys. API keys are used to interact with the backend at `https://api.ai.camer.digital/v1` and are OpenAI compatible."
472+
title: "LightBridge API KEYs"
473+
description: "LightBridge Self Service API-KEYs"
474474
type: "streamable-http"
475475
initTimeout: 150000
476476
url: "https://self-service-api.ai.camer.digital/mcp"
477+
iconPath: https://raw.githubusercontent.com/ADORSYS-GIS/ai-helm/main/assets/images/adorsys-icon-primary.jpg
478+
chatMenu: false
479+
serverInstructions: |
480+
Provides utilities to CRUD accounts, projects, and API keys.
481+
- API keys are used to interact with the backend at `https://api.ai.camer.digital/v1`
482+
- Backend is OpenAI compatible
483+
- Api-keys belongs to projects, and projects belongs to Accounts.
484+
- Billing account is usually arbitrary and mostly used for humain billing
477485
oauth:
478486
authorization_url: https://accounts.camer.digital/realms/camer-digital/protocol/openid-connect/auth
479487
token_url: https://accounts.camer.digital/realms/camer-digital/protocol/openid-connect/token

0 commit comments

Comments
 (0)