From 98ae2923eb18fe87f80650968ff7aba0559a81e4 Mon Sep 17 00:00:00 2001 From: Shawn McGough Date: Tue, 4 May 2021 02:17:32 -0400 Subject: [PATCH] [bitnami/airflow] Fixed Git Sync Plugin Path (#6273) * fixed plugin path * bumped chart version --- bitnami/airflow/Chart.yaml | 2 +- bitnami/airflow/templates/_git_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index fd39d6982..566decb8c 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -32,4 +32,4 @@ name: airflow sources: - https://github.com/bitnami/bitnami-docker-airflow - https://airflow.apache.org/ -version: 10.0.1 +version: 10.0.2 diff --git a/bitnami/airflow/templates/_git_helpers.tpl b/bitnami/airflow/templates/_git_helpers.tpl index 2f655163d..dc233f14f 100644 --- a/bitnami/airflow/templates/_git_helpers.tpl +++ b/bitnami/airflow/templates/_git_helpers.tpl @@ -42,7 +42,7 @@ Returns the volume mounts that will be used by the main container {{- if .Values.git.plugins.enabled }} {{- range .Values.git.plugins.repositories }} - name: git-cloned-plugins-files-{{ include "airflow.git.repository.name" . }} - mountPath: /opt/bitnami/airflow/git_{{ include "airflow.git.repository.name" . }} + mountPath: /opt/bitnami/airflow/plugins/git_{{ include "airflow.git.repository.name" . }} {{- if .path }} subPath: {{ .path }} {{- end }}