diff --git a/docker/Dockerfile.k8s b/docker/Dockerfile.k8s index 9753aa9..aa48670 100644 --- a/docker/Dockerfile.k8s +++ b/docker/Dockerfile.k8s @@ -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 diff --git a/helm/Chart.lock b/helm/Chart.lock index 2742622..22e1432 100644 --- a/helm/Chart.lock +++ b/helm/Chart.lock @@ -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 @@ -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" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 0beb953..0c87af7 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -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 diff --git a/helm/values.yaml b/helm/values.yaml index f178897..82ff251 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -5,7 +5,7 @@ airflow: images: airflow: repository: finaldie/auto-news - tag: 0.9.6 + tag: 0.9.7 useDefaultImageForMigration: true