Skip to content

Commit 2f1eb14

Browse files
authored
Version 1.17.16 with OSS 1.17.3-astro (#678)
* version 1.17.16 with OSS 1.17.3-astro * Update test for OSS airflow chart pod-log-reader role changes
1 parent 1f50cdd commit 2f1eb14

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: airflow
3-
repository: https://github.com/astronomer/apc-airflow/releases/download/oss-helm-chart/1.17.2-astro
4-
version: 1.17.2-astro
5-
digest: sha256:7e156f4b3427a721539674225f00928d0b1dd09a4497d0736ace2bc7e3eb60c5
6-
generated: "2026-01-15T13:25:21.414886-05:00"
3+
repository: https://github.com/astronomer/apc-airflow/releases/download/oss-helm-chart/1.17.3-astro
4+
version: 1.17.3-astro
5+
digest: sha256:8bd01dcd730052e109e7e9b484c07166a964bf9e21356f452772564e2452aadc
6+
generated: "2026-01-21T14:30:32.785359-05:00"

Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# apiVersion v2 is Helm 3
22
apiVersion: v2
33
name: airflow
4-
version: 1.17.15
4+
version: 1.17.16
55
description: Helm chart to deploy the Astronomer Platform Airflow module
66
icon: https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
77
keywords:
88
- astronomer
99
- airflow
1010
dependencies:
1111
- name: airflow
12-
version: 1.17.2-astro
13-
repository: https://github.com/astronomer/apc-airflow/releases/download/oss-helm-chart/1.17.2-astro
12+
version: 1.17.3-astro
13+
repository: https://github.com/astronomer/apc-airflow/releases/download/oss-helm-chart/1.17.3-astro

tests/chart/test_default_chart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class TestDefaultChart:
1818
def test_default_chart_with_basedomain(self, kube_version):
1919
"""Test that each template used with just baseDomain set renders."""
2020
docs = render_chart(kube_version=kube_version)
21-
assert len(docs) == 31
21+
assert len(docs) == 29
2222

2323
def test_default_labels(self, kube_version):
2424
"""Test that extra-objects works as default."""

0 commit comments

Comments
 (0)