Skip to content

swirlai/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts Repository

This repository contains Helm charts for deploying applications to Kubernetes clusters. All charts follow best practices and are maintained using the Gitflow branching model.

Using This Chart Repository

Add this Helm repository to your local Helm installation:

helm repo add swirl https://swirlai.github.io/helm-charts/
helm repo update

Search for available charts:

helm search repo swirl

Install the Swirl Search Chart:

helm install my-swirl swirl/swirl -f custom-values.yaml --namespace swirl --create-namespace

View chart information:

helm show chart swirl/swirl

Show all Information including values:

helm show all swirl/swirl

Repository Structure

  • charts/: Helm chart directories
  • docs/: Documentation and release guides
  • scripts/: Utility scripts for development and testing
  • .github/workflows/: CI/CD automation workflows

Available Charts

swirl

AI-powered search platform for Azure Kubernetes Service (AKS)

Development

Prerequisites

  • Helm 3.x
  • kubectl
  • Access to a Azure AKS Kubernetes cluster

Local Testing

  • Lint the chart helm lint charts/swirl-search/
  • Render templates locally helm template my-swirl charts/swirl-search/
  • Dry run installation helm install my-swirl charts/swirl-search/ --dry-run --debug

Chart Release Process

This document describes how charts are released and published from this repository.

Repository Information

About

Swirl Product Helm Charts for Kubernetes Deployments

Resources

Stars

Watchers

Forks

Packages

No packages published