From 8ed200661bb6a06ff675099df1b6d0e4e781c9e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:31:13 -0600 Subject: [PATCH] dependency-version-major-2024-11-01 (#405) * dependency-version-major-2024-11-01 * helm-docs * Revert PostgreSQL chart update Will address in https://github.com/PrefectHQ/prefect-helm/issues/407 --------- Co-authored-by: github-actions[bot] Co-authored-by: Mitchell Nielsen --- charts/prefect-worker/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/prefect-worker/README.md b/charts/prefect-worker/README.md index 572fb98..e36d47e 100644 --- a/charts/prefect-worker/README.md +++ b/charts/prefect-worker/README.md @@ -298,6 +298,7 @@ Please note that configuring the template via `baseJobTemplate.existingConfigMap | worker.initContainer.containerSecurityContext.readOnlyRootFilesystem | bool | `true` | set init containers' security context readOnlyRootFilesystem | | worker.initContainer.containerSecurityContext.runAsNonRoot | bool | `true` | set init containers' security context runAsNonRoot | | worker.initContainer.containerSecurityContext.runAsUser | int | `1001` | set init containers' security context runAsUser | +| worker.initContainer.extraContainers | list | `[]` | additional sidecar containers | | worker.initContainer.resources | object | `{}` | the resource specifications for the sync-base-job-template initContainer Defaults to the resources defined for the worker container | | worker.livenessProbe.config.failureThreshold | int | `3` | The number of consecutive failures allowed before considering the probe as failed. | | worker.livenessProbe.config.initialDelaySeconds | int | `10` | The number of seconds to wait before starting the first probe. |