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 2bc9f61a03357e3fd6b2da8828577cc0ed1a33e8
Author: Kaxil Naik <kaxiln...@gmail.com>
AuthorDate: Tue Jun 30 17:02:56 2020 +0100

    Remove redundant airflowVersion from Helm Chart readme (#9592)
    
    We no longer use `airflowVersion` , we instead use 
`defaultAirflowRepository` and `defaultAirflowTag`
    
    (cherry picked from commit d6b323b0cd9be2aa941cbb1e1e15d766b4d6539b)
---
 chart/README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/chart/README.md b/chart/README.md
index 402a9d7..089ea22 100644
--- a/chart/README.md
+++ b/chart/README.md
@@ -91,7 +91,6 @@ The following tables lists the configurable parameters of the 
Airflow chart and
 | `networkPolicies.enabled`                             | Enable Network 
Policies to restrict traffic                                                    
              | `true`                                            |
 | `airflowHome`                                         | Location of airflow 
home directory                                                                  
         | `/opt/airflow`                                    |
 | `rbacEnabled`                                         | Deploy pods with 
Kubernets RBAC enabled                                                          
            | `true`                                            |
-| `airflowVersion`                                      | Default Airflow 
image version                                                                   
             | `1.10.5`                                          |
 | `executor`                                            | Airflow executor (eg 
SequentialExecutor, LocalExecutor, CeleryExecutor, KubernetesExecutor)          
        | `KubernetesExecutor`                              |
 | `allowPodLaunching`                                   | Allow airflow pods 
to talk to Kubernetes API to launch more pods                                   
          | `true`                                            |
 | `defaultAirflowRepository`                            | Fallback docker 
repository to pull airflow image from                                           
             | `apache/airflow`                                  |

Reply via email to