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 }}