This repository contains Helm charts for deploying applications to Kubernetes clusters. All charts follow best practices and are maintained using the Gitflow branching model.
Add this Helm repository to your local Helm installation:
helm repo add swirl https://swirlai.github.io/helm-charts/
helm repo updateSearch for available charts:
helm search repo swirlInstall the Swirl Search Chart:
helm install my-swirl swirl/swirl -f custom-values.yaml --namespace swirl --create-namespaceView chart information:
helm show chart swirl/swirlShow all Information including values:
helm show all swirl/swirlcharts/: Helm chart directoriesdocs/: Documentation and release guidesscripts/: Utility scripts for development and testing.github/workflows/: CI/CD automation workflows
AI-powered search platform for Azure Kubernetes Service (AKS)
- Version: 1.0.0
- App Version: stable
- Documentation: charts/swirl-search/README.md
- Source: https://github.com/swirlai/swirl-search
- Helm 3.x
- kubectl
- Access to a Azure AKS Kubernetes cluster
- 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
This document describes how charts are released and published from this repository.
- Chart Repository URL: https://swirlai.github.io/helm-charts/
- GitHub Repository: https://github.com/swirlai/helm-charts
- Charts Location:
charts/directory - Published via: GitHub Pages (gh-pages branch)