From 931b8abc02f96c07201e464189e4f8c8bc04df46 Mon Sep 17 00:00:00 2001 From: himabindu <47584863+himabindu07@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:05:56 -0700 Subject: [PATCH 1/2] ap-statsd 0.27.1 (#529) --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 2aaa0250..ca3bd1e9 100644 --- a/values.yaml +++ b/values.yaml @@ -29,7 +29,7 @@ airflow: tag: ~ statsd: repository: quay.io/astronomer/ap-statsd-exporter - tag: 0.26.1 + tag: 0.27.1 redis: repository: quay.io/astronomer/ap-redis tag: 7.2.5 From 76b6c1c04e972f89b803ab3777f50f3df20e1361 Mon Sep 17 00:00:00 2001 From: pgvishnuram <81585115+pgvishnuram@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:41:41 +0530 Subject: [PATCH 2/2] update upstream airflow helm chart (#530) * update upstream airflow helm chart * update chart sha versions --- Chart.lock | 8 ++++---- Chart.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Chart.lock b/Chart.lock index bcc98f80..28185a02 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: airflow - repository: https://github.com/astronomer/airflow/releases/download/oss-helm-chart/1.11.1-astro - version: 1.11.1-astro -digest: sha256:6d7c55a8e643d3e50723187c70177ec8baa8610a4b27f430a28805afaaf7a05f -generated: "2023-12-06T11:30:00.49718-05:00" + repository: https://airflow.apache.org + version: 1.11.0 +digest: sha256:53b083811a0d9129833f7f6a5047b4fe73084611850c1327063ebd93fa54b7ba +generated: "2024-09-05T13:28:33.996621+05:30" diff --git a/Chart.yaml b/Chart.yaml index de499ff1..cc2ea17f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ # apiVersion v2 is Helm 3 apiVersion: v2 name: airflow -version: 1.11.5 +version: 1.11.6 description: Helm chart to deploy the Astronomer Platform Airflow module icon: https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png keywords: @@ -9,5 +9,5 @@ keywords: - airflow dependencies: - name: airflow - version: 1.11.1-astro - repository: https://github.com/astronomer/airflow/releases/download/oss-helm-chart/1.11.1-astro + version: 1.11.0 + repository: https://airflow.apache.org