Skip to content

Commit bfef019

Browse files
committed
Bump Airflow Version, Wrap Migrations Image
1 parent 434c93a commit bfef019

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/.unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: |
3333
pip install -r requirements.txt
3434
- run: |
35-
pip install apache-airflow==2.10.5 apache-airflow-providers-postgres==6.2.3
35+
pip install apache-airflow==3.1.7 apache-airflow-providers-postgres==6.2.3
3636
- run: pytest
3737

3838
backend_unit_tests:

.github/workflows/foundry.okd.on-push.application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
--set-string secrets.api.secretKey="${{ secrets.FOUNDRY_AIRFLOW_API_SECRET_KEY_}}" \
195195
--set-string secrets.api.jwtKey="${{ secrets.FOUNDRY_AIRFLOW_API_JWT_KEY_}}" \
196196
--set-string secrets.sendgridApiKey="${{ secrets.FOUNDRY_SENDGRID_API_KEY }}" \
197-
--set migrations.image=${{ secrets.ACR_REGISTRY }}/bcwat/flyway:${{ needs.bump_version.outputs.version }} \
197+
--set-string migrations.image="${{ secrets.ACR_REGISTRY }}/bcwat/flyway:${{ needs.bump_version.outputs.version }}" \
198198
--set-string webserver.podAnnotations."rollout-timestamp"="$(date +%s)" \
199199
--set-string scheduler.podAnnotations."rollout-timestamp"="$(date +%s)" \
200200
--set-string triggerer.podAnnotations."rollout-timestamp"="$(date +%s)" \

airflow/pod_templates/okd/heavy_task_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- name: acr-pull-secret
1616
containers:
1717
- name: base
18-
image: apache/airflow:2.10.5
18+
image: apache/airflow:3.1.7
1919
imagePullPolicy: Always
2020
env:
2121
- name: AIRFLOW__CORE__EXECUTOR

airflow/pod_templates/okd/largest_task_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- name: acr-pull-secret
1616
containers:
1717
- name: base
18-
image: apache/airflow:2.10.5
18+
image: apache/airflow:3.1.7
1919
imagePullPolicy: Always
2020
env:
2121
- name: AIRFLOW__CORE__EXECUTOR

airflow/pod_templates/okd/medium_task_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- name: acr-pull-secret
1616
containers:
1717
- name: base
18-
image: apache/airflow:2.10.5
18+
image: apache/airflow:3.1.7
1919
imagePullPolicy: Always
2020
env:
2121
- name: AIRFLOW__CORE__EXECUTOR

airflow/pod_templates/okd/small_task_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- name: acr-pull-secret
1616
containers:
1717
- name: base
18-
image: apache/airflow:2.10.5
18+
image: apache/airflow:3.1.7
1919
imagePullPolicy: Always
2020
env:
2121
- name: AIRFLOW__CORE__EXECUTOR

airflow/pod_templates/okd/tiny_task_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- name: acr-pull-secret
1616
containers:
1717
- name: base
18-
image: apache/airflow:2.10.5
18+
image: apache/airflow:3.1.7
1919
imagePullPolicy: Always
2020
env:
2121
- name: AIRFLOW__CORE__EXECUTOR

0 commit comments

Comments
 (0)