File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11dependencies:
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"
Original file line number Diff line number Diff line change 11# apiVersion v2 is Helm 3
22apiVersion : v2
33name : airflow
4- version : 1.17.15
4+ version : 1.17.16
55description : Helm chart to deploy the Astronomer Platform Airflow module
66icon : https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
77keywords :
88 - astronomer
99 - airflow
1010dependencies :
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
Original file line number Diff line number Diff 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."""
You can’t perform that action at this time.
0 commit comments