Helm charts for the CData Connect Gateway — a secure outbound agent that lets CData Connect AI query private data sources without opening inbound firewall rules.
| Chart | Version | Description |
|---|---|---|
| connect-gateway | Deploys the Connect Gateway agent on Kubernetes. |
Add the Helm repository and install:
helm repo add cdata https://cdatasoftware.github.io/connect-gateway-helm
helm repo update
helm install connect-gateway cdata/connect-gateway \
--set gateway.locationId=<location-id> \
--set gateway.accountId=<account-id> \
--set gateway.apiKey=<api-key> \
-n connect-gateway --create-namespaceOr install directly from a GitHub release (useful for air-gapped environments or when you don't want to add a Helm repo):
helm install connect-gateway \
https://github.com/CDataSoftware/connect-gateway-helm/releases/download/v1.0.0/connect-gateway-1.0.0.tgz \
--set gateway.locationId=<location-id> \
--set gateway.accountId=<account-id> \
--set gateway.apiKey=<api-key> \
-n connect-gateway --create-namespaceFor configuration options, secret-management patterns, and cloud workload identity setup, see the chart README.
- Connect Gateway documentation
- CData Connect AI
- Container image (public) —
connectaipublic.azurecr.io/connectgateway
See CONTRIBUTING.md for the release process and contribution guidelines.