This is the Helm chart for the Windmill Hub.
For the Windmill helm chart, see windmill-helm-charts.
helm repo add windmill-labs https://windmill-labs.github.io/windmillhub-helm-charts/
helm repo update
Example values.yaml:
hub:
databaseUrl: postgres://username:password@host:port/database
imageName: ghcr.io/windmill-labs/windmillhub-ee-public:main
appUrl: https://app.mywindmill.dev
imageName: ghcr.io/windmill-labs/windmillhub-ee-public:main
sslIngress: true
certArn: arn:aws:acm:us-east-1::myarn
licenseKey: "LICENSE_KEY"
extraEnv: []
affinity: {}