Skip to content

Commit b03983a

Browse files
dependency-version-minor-2026-02-16 (#250)
- **dependency-version-minor-2026-02-16** - **helm-docs** --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8b59f42 commit b03983a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/v1/versioning.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"strings"
2121
)
2222

23-
const DEFAULT_PREFECT_VERSION = "3.6.16"
23+
const DEFAULT_PREFECT_VERSION = "3.6.17"
2424
const DEFAULT_PREFECT_IMAGE = "prefecthq/prefect:" + DEFAULT_PREFECT_VERSION + "-python3.12"
2525

2626
func VersionFromImage(image string) string {

deploy/charts/prefect-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
repository: https://charts.bitnami.com/bitnami
55
tags:
66
- bitnami-common
7-
version: 2.34.0
7+
version: 2.36.0
88
description: Prefect Operator application bundle
99
engine: gotpl
1010
home: https://github.com/PrefectHQ

deploy/charts/prefect-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tbd
7777

7878
| Repository | Name | Version |
7979
|------------|------|---------|
80-
| https://charts.bitnami.com/bitnami | common | 2.34.0 |
80+
| https://charts.bitnami.com/bitnami | common | 2.36.0 |
8181

8282
## Values
8383

0 commit comments

Comments
 (0)