[bitnami/airflow] Fixed Git Sync Plugin Path (#6273)

* fixed plugin path

* bumped chart version
This commit is contained in:
Shawn McGough
2021-05-04 08:17:32 +02:00
committed by GitHub
parent 60a01f9387
commit 98ae2923eb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 }}