Skip to content

Commit

Permalink
helm: airflow upgrade to 2.8.4 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
finaldie authored Apr 10, 2024
1 parent f43cf8c commit 4b0d4f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.k8s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/airflow:2.8.3-python3.11
FROM apache/airflow:2.8.4-python3.11

# keep them same as docker-compose volume path
VOLUME /opt/airflow
Expand Down
6 changes: 3 additions & 3 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 4.1.26
- name: airflow
repository: https://airflow.apache.org
version: 1.13.0
version: 1.13.1
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 10.1.0
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.0.1
digest: sha256:fb2dc9bf2e106934bf55c91cf4cf52b4b0fa2ba7ddb5cbdf88ad4328d40942fc
generated: "2024-03-23T19:43:23.85040107Z"
digest: sha256:a451f074992366741d9a9023739d96eaa27e2d58a113dcc8d8d46b82aad8b068
generated: "2024-04-10T02:57:27.256074612Z"
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
condition: milvus.enabled

- name: airflow
version: '1.13.0'
version: '1.13.1'
repository: https://airflow.apache.org
# condition: airflow.enabled

Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ airflow:
images:
airflow:
repository: finaldie/auto-news
tag: 0.9.6
tag: 0.9.7

useDefaultImageForMigration: true

Expand Down

0 comments on commit 4b0d4f8

Please sign in to comment.