[airflow] 02/09: Fix typo in helm chart upgrade command for 2.0 (#9484)

2020-07-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 26053b823f36f3ed083a5ad3e6e71130865ebd20
Author: Ash Berlin-Taylor 
AuthorDate: Tue Jun 23 10:38:06 2020 +0100

Fix typo in helm chart upgrade command for 2.0 (#9484)


(cherry picked from commit b1cd382db9367ec828b8ee16899ecea9fcf824a7)
---
 chart/templates/scheduler/scheduler-deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/scheduler/scheduler-deployment.yaml 
b/chart/templates/scheduler/scheduler-deployment.yaml
index 1b46f6a..d5c3a06 100644
--- a/chart/templates/scheduler/scheduler-deployment.yaml
+++ b/chart/templates/scheduler/scheduler-deployment.yaml
@@ -96,7 +96,7 @@ spec:
   image: {{ template "airflow_image" . }}
   imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
   # Support running against 1.10.x and 2.0.0dev/master
-  args: ["bash", "-c", "airflow upgradedb || airfow db upgrade"]
+  args: ["bash", "-c", "airflow upgradedb || airflow db upgrade"]
   env:
   {{- include "custom_airflow_environment" . | indent 10 }}
   {{- include "standard_airflow_environment" . | indent 10 }}



[airflow] 02/09: Fix typo in helm chart upgrade command for 2.0 (#9484)

2020-07-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 26053b823f36f3ed083a5ad3e6e71130865ebd20
Author: Ash Berlin-Taylor 
AuthorDate: Tue Jun 23 10:38:06 2020 +0100

Fix typo in helm chart upgrade command for 2.0 (#9484)


(cherry picked from commit b1cd382db9367ec828b8ee16899ecea9fcf824a7)
---
 chart/templates/scheduler/scheduler-deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/scheduler/scheduler-deployment.yaml 
b/chart/templates/scheduler/scheduler-deployment.yaml
index 1b46f6a..d5c3a06 100644
--- a/chart/templates/scheduler/scheduler-deployment.yaml
+++ b/chart/templates/scheduler/scheduler-deployment.yaml
@@ -96,7 +96,7 @@ spec:
   image: {{ template "airflow_image" . }}
   imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
   # Support running against 1.10.x and 2.0.0dev/master
-  args: ["bash", "-c", "airflow upgradedb || airfow db upgrade"]
+  args: ["bash", "-c", "airflow upgradedb || airflow db upgrade"]
   env:
   {{- include "custom_airflow_environment" . | indent 10 }}
   {{- include "standard_airflow_environment" . | indent 10 }}



[airflow] 02/09: Fix typo in helm chart upgrade command for 2.0 (#9484)

2020-07-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 26053b823f36f3ed083a5ad3e6e71130865ebd20
Author: Ash Berlin-Taylor 
AuthorDate: Tue Jun 23 10:38:06 2020 +0100

Fix typo in helm chart upgrade command for 2.0 (#9484)


(cherry picked from commit b1cd382db9367ec828b8ee16899ecea9fcf824a7)
---
 chart/templates/scheduler/scheduler-deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/scheduler/scheduler-deployment.yaml 
b/chart/templates/scheduler/scheduler-deployment.yaml
index 1b46f6a..d5c3a06 100644
--- a/chart/templates/scheduler/scheduler-deployment.yaml
+++ b/chart/templates/scheduler/scheduler-deployment.yaml
@@ -96,7 +96,7 @@ spec:
   image: {{ template "airflow_image" . }}
   imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
   # Support running against 1.10.x and 2.0.0dev/master
-  args: ["bash", "-c", "airflow upgradedb || airfow db upgrade"]
+  args: ["bash", "-c", "airflow upgradedb || airflow db upgrade"]
   env:
   {{- include "custom_airflow_environment" . | indent 10 }}
   {{- include "standard_airflow_environment" . | indent 10 }}



[airflow] 02/09: Fix typo in helm chart upgrade command for 2.0 (#9484)

2020-07-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 26053b823f36f3ed083a5ad3e6e71130865ebd20
Author: Ash Berlin-Taylor 
AuthorDate: Tue Jun 23 10:38:06 2020 +0100

Fix typo in helm chart upgrade command for 2.0 (#9484)


(cherry picked from commit b1cd382db9367ec828b8ee16899ecea9fcf824a7)
---
 chart/templates/scheduler/scheduler-deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/scheduler/scheduler-deployment.yaml 
b/chart/templates/scheduler/scheduler-deployment.yaml
index 1b46f6a..d5c3a06 100644
--- a/chart/templates/scheduler/scheduler-deployment.yaml
+++ b/chart/templates/scheduler/scheduler-deployment.yaml
@@ -96,7 +96,7 @@ spec:
   image: {{ template "airflow_image" . }}
   imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
   # Support running against 1.10.x and 2.0.0dev/master
-  args: ["bash", "-c", "airflow upgradedb || airfow db upgrade"]
+  args: ["bash", "-c", "airflow upgradedb || airflow db upgrade"]
   env:
   {{- include "custom_airflow_environment" . | indent 10 }}
   {{- include "standard_airflow_environment" . | indent 10 }}



[airflow] 02/09: Fix typo in helm chart upgrade command for 2.0 (#9484)

2020-07-13 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 26053b823f36f3ed083a5ad3e6e71130865ebd20
Author: Ash Berlin-Taylor 
AuthorDate: Tue Jun 23 10:38:06 2020 +0100

Fix typo in helm chart upgrade command for 2.0 (#9484)


(cherry picked from commit b1cd382db9367ec828b8ee16899ecea9fcf824a7)
---
 chart/templates/scheduler/scheduler-deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/scheduler/scheduler-deployment.yaml 
b/chart/templates/scheduler/scheduler-deployment.yaml
index 1b46f6a..d5c3a06 100644
--- a/chart/templates/scheduler/scheduler-deployment.yaml
+++ b/chart/templates/scheduler/scheduler-deployment.yaml
@@ -96,7 +96,7 @@ spec:
   image: {{ template "airflow_image" . }}
   imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
   # Support running against 1.10.x and 2.0.0dev/master
-  args: ["bash", "-c", "airflow upgradedb || airfow db upgrade"]
+  args: ["bash", "-c", "airflow upgradedb || airflow db upgrade"]
   env:
   {{- include "custom_airflow_environment" . | indent 10 }}
   {{- include "standard_airflow_environment" . | indent 10 }}



[airflow] 02/09: Fix typo in helm chart upgrade command for 2.0 (#9484)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 47e1a875229657251fdeddaae5a2dd083572079b
Author: Ash Berlin-Taylor 
AuthorDate: Tue Jun 23 10:38:06 2020 +0100

Fix typo in helm chart upgrade command for 2.0 (#9484)


(cherry picked from commit b1cd382db9367ec828b8ee16899ecea9fcf824a7)
---
 chart/templates/scheduler/scheduler-deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/scheduler/scheduler-deployment.yaml 
b/chart/templates/scheduler/scheduler-deployment.yaml
index 1b46f6a..d5c3a06 100644
--- a/chart/templates/scheduler/scheduler-deployment.yaml
+++ b/chart/templates/scheduler/scheduler-deployment.yaml
@@ -96,7 +96,7 @@ spec:
   image: {{ template "airflow_image" . }}
   imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
   # Support running against 1.10.x and 2.0.0dev/master
-  args: ["bash", "-c", "airflow upgradedb || airfow db upgrade"]
+  args: ["bash", "-c", "airflow upgradedb || airflow db upgrade"]
   env:
   {{- include "custom_airflow_environment" . | indent 10 }}
   {{- include "standard_airflow_environment" . | indent 10 }}



[airflow] 02/09: Fix typo in helm chart upgrade command for 2.0 (#9484)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 47e1a875229657251fdeddaae5a2dd083572079b
Author: Ash Berlin-Taylor 
AuthorDate: Tue Jun 23 10:38:06 2020 +0100

Fix typo in helm chart upgrade command for 2.0 (#9484)


(cherry picked from commit b1cd382db9367ec828b8ee16899ecea9fcf824a7)
---
 chart/templates/scheduler/scheduler-deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/scheduler/scheduler-deployment.yaml 
b/chart/templates/scheduler/scheduler-deployment.yaml
index 1b46f6a..d5c3a06 100644
--- a/chart/templates/scheduler/scheduler-deployment.yaml
+++ b/chart/templates/scheduler/scheduler-deployment.yaml
@@ -96,7 +96,7 @@ spec:
   image: {{ template "airflow_image" . }}
   imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
   # Support running against 1.10.x and 2.0.0dev/master
-  args: ["bash", "-c", "airflow upgradedb || airfow db upgrade"]
+  args: ["bash", "-c", "airflow upgradedb || airflow db upgrade"]
   env:
   {{- include "custom_airflow_environment" . | indent 10 }}
   {{- include "standard_airflow_environment" . | indent 10 }}



[airflow] 02/09: Fix typo in helm chart upgrade command for 2.0 (#9484)

2020-07-01 Thread potiuk
This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit d37427839bcf75cb18190fb562d306a1bba12570
Author: Ash Berlin-Taylor 
AuthorDate: Tue Jun 23 10:38:06 2020 +0100

Fix typo in helm chart upgrade command for 2.0 (#9484)


(cherry picked from commit b1cd382db9367ec828b8ee16899ecea9fcf824a7)
---
 chart/templates/scheduler/scheduler-deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/scheduler/scheduler-deployment.yaml 
b/chart/templates/scheduler/scheduler-deployment.yaml
index 1b46f6a..d5c3a06 100644
--- a/chart/templates/scheduler/scheduler-deployment.yaml
+++ b/chart/templates/scheduler/scheduler-deployment.yaml
@@ -96,7 +96,7 @@ spec:
   image: {{ template "airflow_image" . }}
   imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
   # Support running against 1.10.x and 2.0.0dev/master
-  args: ["bash", "-c", "airflow upgradedb || airfow db upgrade"]
+  args: ["bash", "-c", "airflow upgradedb || airflow db upgrade"]
   env:
   {{- include "custom_airflow_environment" . | indent 10 }}
   {{- include "standard_airflow_environment" . | indent 10 }}