diff --git a/helm/druid/Chart.yaml b/helm/druid/Chart.yaml index c52a4207e45f..b216f52be916 100644 --- a/helm/druid/Chart.yaml +++ b/helm/druid/Chart.yaml @@ -30,7 +30,7 @@ dependencies: version: 8.6.4 repository: https://charts.helm.sh/stable condition: postgresql.enabled -version: 0.3.1 +version: 0.3.2 home: https://druid.apache.org/ icon: https://druid.apache.org/img/favicon.png sources: diff --git a/helm/druid/README.md b/helm/druid/README.md index 34428a3e2db5..1d985f922647 100644 --- a/helm/druid/README.md +++ b/helm/druid/README.md @@ -150,6 +150,8 @@ The following table lists the configurable parameters of the Druid chart and the | `historical.port` | port of historical component | `8083` | | `historical.serviceType` | service type for service | `ClusterIP` | | `historical.resources` | historical node resources requests & limits | `{}` | +| `historical.livenessProbeInitialDelaySeconds` | historical node liveness probe initial delay in seconds | `60` | +| `historical.readinessProbeInitialDelaySeconds` | historical node readiness probe initial delay in seconds | `60` | | `historical.podAnnotations` | historical Deployment annotations | `{}` | | `historical.nodeSelector` | node labels for historical pod assignment | `{}` | | `historical.securityContext` | custom security context for historical containers | `{ fsGroup: 1000 }` |