charts/kestra-starter/README.md
</a>
Infinitely scalable, event-driven, language-agnostic orchestration and scheduling platform to manage millions of workflows declaratively in code.
Homepage: https://kestra.io
To install the chart with the release name my-kestra-starter:
$ helm repo add kestra https://helm.kestra.io/
$ helm install my-kestra-starter kestra/kestra-starter --version 1.1.23
| Repository | Name | Version |
|---|---|---|
| https://groundhog2k.github.io/helm-charts/ | postgres | 1.5.7 |
| https://helm.kestra.io/ | kestra | 1.0.53 |
| Key | Type | Default | Description |
|---|---|---|---|
| kestra.common | object | `{"configmapReloader":{"enabled":true},"initContainers":[{"args":["set -euo pipefail\necho "waiting for versitygw..."\nfor i in $(seq 1 60); do\n echo "attempt $i..."\n aws --endpoint-url "$S3_ENDPOINT_URL" s3api list-buckets >/dev/null 2>&1 && break\n sleep 2\ndone\naws --endpoint-url "$S3_ENDPOINT_URL" s3api head-bucket --bucket "$BUCKET" >/dev/null 2>&1 \\n | |
| kestra.configurations | object | {"application":{"datasources":{"postgres":{"driverClassName":"org.postgresql.Driver","password":"ChangeMe#1234","url":"jdbc:postgresql://kestra-starter-postgres:5432/kestra","username":"kestra"}},"kestra":{"queue":{"type":"postgres"},"repository":{"type":"postgres"},"storage":{"s3":{"access-key":"kestra","bucket":"kestra","endpoint":"http://versitygw:7070","force-path-style":true,"region":"eu-west-1","secret-key":"ChangeMe#1234"},"type":"s3"},"tutorialFlows":{"enabled":true}}}} | see https://artifacthub.io/packages/helm/kestra/kestra for all available configurations |
| kestra.dind | object | {"enabled":true,"mode":"insecure"} | see https://artifacthub.io/packages/helm/kestra/kestra for all available configurations |
| kestra.fullnameOverride | string | "kestra-starter" | see https://artifacthub.io/packages/helm/kestra/kestra for all available configurations |
| Key | Type | Default | Description |
|---|---|---|---|
| postgres.fullnameOverride | string | "kestra-starter-postgres" | see https://artifacthub.io/packages/helm/groundhog2k/postgres for all available configurations |
| postgres.revisionHistoryLimit | int | 5 | see https://artifacthub.io/packages/helm/groundhog2k/postgres for all available configurations |
| postgres.serviceAccount | object | {"create":true} | see https://artifacthub.io/packages/helm/groundhog2k/postgres for all available configurations |
| postgres.settings | object | {"superuser":{"value":"postgres"},"superuserPassword":{"value":"SuperChangeMe#1234"}} | see https://artifacthub.io/packages/helm/groundhog2k/postgres for all available configurations |
| postgres.userDatabase | object | {"name":{"value":"kestra"},"password":{"value":"ChangeMe#1234"},"user":{"value":"kestra"}} | see https://artifacthub.io/packages/helm/groundhog2k/postgres for all available configurations |
| Key | Type | Default | Description |
|---|---|---|---|
| s3Emulator.image.repository | string | "versity/versitygw" | |
| s3Emulator.image.tag | string | "v1.1.0" | |
| s3Emulator.sidecar.enabled | bool | false | |
| s3Emulator.sidecar.size | string | "10Gi" | |
| s3Emulator.storage.size | string | "20Gi" |
Apache 2.0 © Kestra Technologies
We release new versions every month. Give the main repository a star to stay up to date with the latest releases and get notified about future updates.