Skip to content

Commit ba4cd1f

Browse files
authored
fix(airflow): make compatible with older airflow versions (#689)
* fix(airflow): make probes backwards compatible Signed-off-by: David van der Spek <[email protected]> * fix(airflow): make compatible with older versions Signed-off-by: David van der Spek <[email protected]> * bump chart Signed-off-by: David van der Spek <[email protected]> --------- Signed-off-by: David van der Spek <[email protected]>
1 parent 63cf7b0 commit ba4cd1f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

airflow/helm/airflow/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ dependencies:
33
repository: https://pluralsh.github.io/module-library
44
version: 0.1.1
55
- name: airflow
6-
repository: https://pluralsh.github.io/plural-helm-charts
6+
repository: https://airflow-helm.github.io/charts
77
version: 8.7.1
88
- name: postgres
99
repository: https://pluralsh.github.io/module-library
1010
version: 0.1.16
1111
- name: test-base
1212
repository: https://pluralsh.github.io/module-library
1313
version: 0.1.3
14-
digest: sha256:d8299021ef999f416c1eb80138afbd75a75c40622dc16cddaa4280d4a4afd8d4
15-
generated: "2023-05-02T17:58:03.579937+02:00"
14+
digest: sha256:2477a4e25f01b20b29e02c32fcc3571804cdada8108894fa95ca3e5490d1fd30
15+
generated: "2023-05-16T19:57:25.429093+02:00"

airflow/helm/airflow/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: airflow
33
description: A Helm chart for airflow deployable on plural
44
type: application
5-
version: 0.3.35
5+
version: 0.3.36
66
appVersion: "2.6.0"
77
sources:
88
- https://github.com/pluralsh/plural-artifacts/airflow/helm/airflow
@@ -15,7 +15,7 @@ dependencies:
1515
repository: https://pluralsh.github.io/module-library
1616
- name: airflow
1717
version: 8.7.1
18-
repository: https://pluralsh.github.io/plural-helm-charts
18+
repository: https://airflow-helm.github.io/charts
1919
- name: postgres
2020
version: 0.1.16
2121
repository: https://pluralsh.github.io/module-library
560 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)