Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions charts/galust-ai-layer/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Patterns to ignore when building packages.
.DS_Store
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
*.swp
*.bak
*.tmp
*.orig
*~
.project
.idea/
*.tmproj
.vscode/
15 changes: 15 additions & 0 deletions charts/galust-ai-layer/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
dependencies:
- name: base
repository: https://dasmeta.github.io/helm
version: 0.3.29
- name: base
repository: https://dasmeta.github.io/helm
version: 0.3.29
- name: base
repository: https://dasmeta.github.io/helm
version: 0.3.29
- name: base
repository: https://dasmeta.github.io/helm
version: 0.3.29
digest: sha256:0f058458a7e18d9bb5c9b227c8a7d29712f572efa84f5fad9fa19e314d1d6ab5
generated: "2026-05-12T09:59:51.72808+04:00"
28 changes: 28 additions & 0 deletions charts/galust-ai-layer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
apiVersion: v2
name: galust-ai-layer
description: Galust AI layer umbrella chart for Kubernetes clusters
type: application
version: 0.1.0
appVersion: "0.1.0"

dependencies:
- name: base
alias: backend
version: 0.3.29
repository: https://dasmeta.github.io/helm
condition: backend.enabled
- name: base
alias: mcp
version: 0.3.29
repository: https://dasmeta.github.io/helm
condition: mcp.enabled
- name: base
alias: mcpUseCase
version: 0.3.29
repository: https://dasmeta.github.io/helm
condition: mcpUseCase.enabled
- name: base
alias: orchestrator
version: 0.3.29
repository: https://dasmeta.github.io/helm
condition: orchestrator.enabled
Loading
Loading