From 580247ed9cd6f2d7a47049de07a78ff128d967f7 Mon Sep 17 00:00:00 2001 From: Yuen-Kuei Hsueh Date: Sun, 8 Dec 2019 03:59:08 +0800 Subject: [PATCH] [stable/airflow] fix service name typo in notes (#19422) * [stable/airflow] fix airflow note service name typo Signed-off-by: Study Hsueh * bump version Signed-off-by: David J. M. Karlsen --- stable/airflow/Chart.yaml | 2 +- stable/airflow/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/