Skip to content

Commit

Permalink
[bitnami/airflow] Use a single Airflow image
Browse files Browse the repository at this point in the history
Signed-off-by: juan131 <[email protected]>
  • Loading branch information
juan131 committed Oct 30, 2024
1 parent 4f414b2 commit 6641d75
Show file tree
Hide file tree
Showing 36 changed files with 1,228 additions and 1,331 deletions.
10 changes: 8 additions & 2 deletions .vib/airflow/runtime-parameters.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
auth:
password: ComplicatedPassword123!4
loadExamples: true
service:
ports:
http: 80
type: LoadBalancer
type: LoadBalancer
dags:
enabled: true
repositories:
- repository: https://github.com/apache/airflow
branch: main
name: examples
path: airflow/example_dags
10 changes: 5 additions & 5 deletions bitnami/airflow/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.1.6
version: 20.2.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.0.0
version: 16.0.6
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:08d16e823fcad0d75020672d295161ccab54648f1b084b1388739a32d20aaa96
generated: "2024-10-02T16:09:47.968172694+02:00"
version: 2.26.0
digest: sha256:ce4621d257bedfe7984ca9448b81f6b800ceb44425ce8ef66ab2ecfe73ef3b9d
generated: "2024-10-29T09:15:19.820905+01:00"
10 changes: 1 addition & 9 deletions bitnami/airflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ annotations:
image: docker.io/bitnami/airflow:2.10.2-debian-12-r0
- name: airflow-exporter
image: docker.io/bitnami/airflow-exporter:0.20220314.0-debian-12-r47
- name: airflow-scheduler
image: docker.io/bitnami/airflow-scheduler:2.10.2-debian-12-r0
- name: airflow-worker
image: docker.io/bitnami/airflow-worker:2.10.2-debian-12-r0
- name: git
image: docker.io/bitnami/git:2.46.1-debian-12-r1
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r30
apiVersion: v2
appVersion: 2.10.2
dependencies:
Expand Down Expand Up @@ -47,4 +39,4 @@ maintainers:
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 20.0.0
version: 21.0.0
919 changes: 507 additions & 412 deletions bitnami/airflow/README.md

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions bitnami/airflow/files/dags/README.md

This file was deleted.

9 changes: 5 additions & 4 deletions bitnami/airflow/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHART NAME: {{ .Chart.Name }}
CHART VERSION: {{ .Chart.Version }}
APP VERSION: {{ .Chart.AppVersion }}

{{- $releaseNamespace := .Release.Namespace }}
{{- $releaseNamespace := include "common.names.namespace" . }}
{{- $clusterDomain := .Values.clusterDomain }}
{{- $fullname := include "common.names.fullname" . }}
{{- $airflowSecretName := include "airflow.secretName" . }}
Expand Down Expand Up @@ -123,6 +123,7 @@ To connect to Airflow from outside the cluster, perform the following steps:
{{- end }}

{{ include "airflow.validateValues" . }}
{{ include "airflow.checkRollingTags" . }}
{{- include "common.warnings.resources" (dict "sections" (list "git.clone" "git.sync" "metrics" "scheduler" "web" "worker") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.dags.image .Values.web.image .Values.scheduler.image .Values.worker.image .Values.git.image .Values.metrics.image) "context" $) }}
{{- include "common.warnings.rollingTag" .Values.image }}
{{- include "common.warnings.rollingTag" .Values.metrics.image }}
{{- include "common.warnings.resources" (dict "sections" (list "scheduler" "web" "worker" "defaultSidecars.syncDAGsPlugins" "defaultInitContainers.loadDAGsPlugins" "metrics") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.metrics.image) "context" $) }}
208 changes: 0 additions & 208 deletions bitnami/airflow/templates/_git_helpers.tpl

This file was deleted.

Loading

0 comments on commit 6641d75

Please sign in to comment.