diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index fb276dfda4..363aa2f331 100644 --- a/stable/airflow/Chart.yaml +++ b/stable/airflow/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Airflow is a platform to programmatically author, schedule and monitor workflows name: airflow -version: 5.2.2 +version: 5.2.3 appVersion: 1.10.4 icon: https://airflow.apache.org/_images/pin_large.png home: https://airflow.apache.org/ diff --git a/stable/airflow/templates/NOTES.txt b/stable/airflow/templates/NOTES.txt index 5cbf031e3e..8c2fa378ac 100644 --- a/stable/airflow/templates/NOTES.txt +++ b/stable/airflow/templates/NOTES.txt @@ -10,7 +10,7 @@ URL to Airflow and Flower: 1. Get the Airflow URL by running these commands: - export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ template "airflow.fullname" . }})-web + export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ template "airflow.fullname" . }}-web) export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") echo http://$NODE_IP:$NODE_PORT/