You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/03/22 19:54:24 UTC

[airflow-on-k8s-operator] branch master updated: Adjust link to Airflow repository (#26)

This is an automated email from the ASF dual-hosted git repository.

turbaszek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-on-k8s-operator.git


The following commit(s) were added to refs/heads/master by this push:
     new 56fb935  Adjust link to Airflow repository (#26)
56fb935 is described below

commit 56fb9358996e5c00427805ae6dabc57947be1b13
Author: Tomek Urbaszek <tu...@gmail.com>
AuthorDate: Sun Mar 22 20:54:19 2020 +0100

    Adjust link to Airflow repository (#26)
---
 hack/sample/cloudsql-celery/cluster.yaml             | 2 +-
 hack/sample/cloudsql-k8s/cluster.yaml                | 2 +-
 hack/sample/mysql-celery/cluster.yaml                | 2 +-
 hack/sample/mysql-k8s/cluster.yaml                   | 2 +-
 hack/sample/postgres-celery-memorystore/cluster.yaml | 2 +-
 hack/sample/postgres-celery-redis/cluster.yaml       | 2 +-
 hack/sample/postgres-celery/cluster.yaml             | 2 +-
 hack/sample/postgres-k8s/cluster.yaml                | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/hack/sample/cloudsql-celery/cluster.yaml b/hack/sample/cloudsql-celery/cluster.yaml
index 866613d..df66370 100644
--- a/hack/sample/cloudsql-celery/cluster.yaml
+++ b/hack/sample/cloudsql-celery/cluster.yaml
@@ -36,7 +36,7 @@ spec:
   dags:
     subdir: "airflow/example_dags/"
     git:
-      repo: "https://github.com/apache/incubator-airflow/"
+      repo: "https://github.com/apache/airflow/"
       once: true
   airflowbase:
     name: cc-base
diff --git a/hack/sample/cloudsql-k8s/cluster.yaml b/hack/sample/cloudsql-k8s/cluster.yaml
index 00f049a..494ee7e 100644
--- a/hack/sample/cloudsql-k8s/cluster.yaml
+++ b/hack/sample/cloudsql-k8s/cluster.yaml
@@ -30,7 +30,7 @@ spec:
   dags:
     subdir: "airflow/example_dags/"
     git:
-      repo: "https://github.com/apache/incubator-airflow/"
+      repo: "https://github.com/apache/airflow/"
       once: true
       branch: master
   airflowbase:
diff --git a/hack/sample/mysql-celery/cluster.yaml b/hack/sample/mysql-celery/cluster.yaml
index 1635f07..a44597b 100644
--- a/hack/sample/mysql-celery/cluster.yaml
+++ b/hack/sample/mysql-celery/cluster.yaml
@@ -39,7 +39,7 @@ spec:
   dags:
     subdir: "airflow/example_dags/"
     git:
-      repo: "https://github.com/apache/incubator-airflow/"
+      repo: "https://github.com/apache/airflow/"
       once: true
   airflowbase:
     name: mc-base
diff --git a/hack/sample/mysql-k8s/cluster.yaml b/hack/sample/mysql-k8s/cluster.yaml
index 02acdef..cf3d177 100644
--- a/hack/sample/mysql-k8s/cluster.yaml
+++ b/hack/sample/mysql-k8s/cluster.yaml
@@ -32,7 +32,7 @@ spec:
   dags:
     subdir: "airflow/example_dags/"
     git:
-      repo: "https://github.com/apache/incubator-airflow/"
+      repo: "https://github.com/apache/airflow/"
       once: true
       branch: master
   airflowbase:
diff --git a/hack/sample/postgres-celery-memorystore/cluster.yaml b/hack/sample/postgres-celery-memorystore/cluster.yaml
index e3558a8..0cbf89a 100644
--- a/hack/sample/postgres-celery-memorystore/cluster.yaml
+++ b/hack/sample/postgres-celery-memorystore/cluster.yaml
@@ -40,7 +40,7 @@ spec:
   dags:
     subdir: "airflow/example_dags/"
     git:
-      repo: "https://github.com/apache/incubator-airflow/"
+      repo: "https://github.com/apache/airflow/"
       once: true
   airflowbase:
     name: pc-base
diff --git a/hack/sample/postgres-celery-redis/cluster.yaml b/hack/sample/postgres-celery-redis/cluster.yaml
index 743f67b..e832b46 100644
--- a/hack/sample/postgres-celery-redis/cluster.yaml
+++ b/hack/sample/postgres-celery-redis/cluster.yaml
@@ -38,7 +38,7 @@ spec:
   dags:
     subdir: "airflow/example_dags/"
     git:
-      repo: "https://github.com/apache/incubator-airflow/"
+      repo: "https://github.com/apache/airflow/"
       once: true
   airflowbase:
     name: pc-base
diff --git a/hack/sample/postgres-celery/cluster.yaml b/hack/sample/postgres-celery/cluster.yaml
index 2218586..923786b 100644
--- a/hack/sample/postgres-celery/cluster.yaml
+++ b/hack/sample/postgres-celery/cluster.yaml
@@ -36,7 +36,7 @@ spec:
   dags:
     subdir: "airflow/example_dags/"
     git:
-      repo: "https://github.com/apache/incubator-airflow/"
+      repo: "https://github.com/apache/airflow/"
       once: true
   airflowbase:
     name: pc-base
diff --git a/hack/sample/postgres-k8s/cluster.yaml b/hack/sample/postgres-k8s/cluster.yaml
index 76099a0..a444106 100644
--- a/hack/sample/postgres-k8s/cluster.yaml
+++ b/hack/sample/postgres-k8s/cluster.yaml
@@ -30,7 +30,7 @@ spec:
   dags:
     subdir: "airflow/example_dags/"
     git:
-      repo: "https://github.com/apache/incubator-airflow/"
+      repo: "https://github.com/apache/airflow/"
       once: true
       branch: master
   airflowbase: