Skip to content

Commit

Permalink
fix: update bitnami/common dependency chart to support helm 3.2+ (#236)
Browse files Browse the repository at this point in the history
* fix: update bitnami/common dependency chart to support helm 3.2+

* rest of charts

* prefect-agent
  • Loading branch information
parkedwards authored Sep 18, 2023
1 parent 1cd9c2c commit 144c73e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/prefect-agent/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.9.2
version: 2.10.1
description: Prefect Agent application bundle
engine: gotpl
home: https://github.com/PrefectHQ
Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Prefect Agent application bundle

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.9.2 |
| https://charts.bitnami.com/bitnami | common | 2.10.1 |

## Values

Expand Down
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.9.2
version: 2.10.1
- name: postgresql
condition: postgresql.useSubChart
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 @@ -91,7 +91,7 @@ postgresql+asyncpg://{username}:{password}@{hostname}/{database}?ssl=verify-ca

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.9.2 |
| https://charts.bitnami.com/bitnami | common | 2.10.1 |
| https://charts.bitnami.com/bitnami | postgresql | 12.10.0 |

## Values
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.9.2
version: 2.10.1
description: Prefect Worker application bundle
engine: gotpl
home: https://github.com/PrefectHQ
Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Workers each have a type corresponding to the execution environment to which the

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.9.2 |
| https://charts.bitnami.com/bitnami | common | 2.10.1 |

## Values

Expand Down

0 comments on commit 144c73e

Please sign in to comment.