Skip to content

Commit

Permalink
Merge pull request #184 from bcgov/chore/release-2.10.3
Browse files Browse the repository at this point in the history
chore: upgrade airflow to 2.10.3
  • Loading branch information
dleard authored Nov 15, 2024
2 parents 0e56d85 + ab47c48 commit 5040b33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM apache/airflow:2.10.1
FROM apache/airflow:2.10.3

COPY --chown=airflow:root ./dags /opt/airflow/dags
2 changes: 1 addition & 1 deletion helm/cas-airflow/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
repository: https://bcgov.github.io/cas-pipeline/
version: 0.1.3
digest: sha256:fa547b34056cf2431a0354054e48b4efeefc39cd74be257e4e6a64b14cc9174e
generated: "2024-09-06T10:28:47.164109281-07:00"
generated: "2024-11-15T13:11:12.776004708-08:00"
4 changes: 2 additions & 2 deletions helm/cas-airflow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: cas-airflow
type: application
version: 2.0.5
appVersion: 2.10.1 # The airflow version
version: 2.0.6
appVersion: 2.10.3 # The airflow version
description: Helm chart to deploy cas' flavour of airflow, compatible with OpenShift 4. This chart uses the vanilla airflow chart and adds cas' own templates and values.
icon: https://www.astronomer.io/static/airflowNewA.png
keywords:
Expand Down
2 changes: 1 addition & 1 deletion helm/cas-airflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ airflow:
# Will be overridden by the git commit sha
defaultAirflowTag: "to_override"

airflowVersion: "2.10.1"
airflowVersion: "2.10.3"

# Enable RBAC (default on most clusters these days)
rbac:
Expand Down

0 comments on commit 5040b33

Please sign in to comment.