Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/prefect-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.31.4
version: 2.34.0
- name: postgresql
condition: postgresql.enabled
repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ the HorizontalPodAutoscaler.

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.31.4 |
| https://charts.bitnami.com/bitnami | common | 2.34.0 |
| https://charts.bitnami.com/bitnami | postgresql | 12.12.10 |
| https://charts.bitnami.com/bitnami | redis | 22.0.4 |

Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.31.4
version: 2.34.0
description: Prefect Worker application bundle
engine: gotpl
home: https://github.com/PrefectHQ
Expand Down
3 changes: 2 additions & 1 deletion charts/prefect-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ worker:

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.31.4 |
| https://charts.bitnami.com/bitnami | common | 2.34.0 |

## Values

Expand Down Expand Up @@ -364,6 +364,7 @@ worker:
| worker.config.jobNamespace | string | `nil` | the namespace(s) that the Kubernetes observer will watch for pod events and job crash detection. Accepts a comma-separated list (e.g., "default,namespace-2"). If unset, defaults to watching only the namespace where the worker is deployed. This does NOT control where worker jobs are deployed - job deployment namespace is configured via the work pool's base job template. |
| worker.config.limit | string | `nil` | maximum number of flow runs to start simultaneously (default: unlimited) |
| worker.config.name | string | `nil` | the name to give to the started worker. If not provided, a unique name will be generated. |
| worker.config.observerClusterWide | bool | `false` | if true, the Kubernetes observer will watch for pod events and job crash detection across the entire cluster. If true, PREFECT_INTEGRATIONS_KUBERNETES_OBSERVER_NAMESPACES will not be set. |
| worker.config.prefetchSeconds | int | `10` | when querying for runs, how many seconds in the future can they be scheduled |
| worker.config.queryInterval | int | `5` | how often the worker will query for runs |
| worker.config.type | string | `"kubernetes"` | specify the worker type |
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-prefect-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.31.4
version: 2.34.0
keywords:
- prometheus-prefect-exporter
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-prefect-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ basicAuth:

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.31.4 |
| https://charts.bitnami.com/bitnami | common | 2.34.0 |

## Values

Expand Down
Loading