Skip to content

Commit

Permalink
airflowChartVersion: 1.9.0 (#1930)
Browse files Browse the repository at this point in the history
* airflowChartVersion: 1.9.0

* commander 0.33.0

---------

Co-authored-by: pgvishnuram <81585115+pgvishnuram@users.noreply.github.com>
  • Loading branch information
danielhoherd and pgvishnuram committed Jul 21, 2023
1 parent 10c96c7 commit 35d30a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ workflows:
- quay.io/astronomer/ap-base:3.16.5-2
- quay.io/astronomer/ap-blackbox-exporter:0.24.0
- quay.io/astronomer/ap-cli-install:0.26.17
- quay.io/astronomer/ap-commander:0.32.7
- quay.io/astronomer/ap-commander:0.33.0
- quay.io/astronomer/ap-configmap-reloader:0.11.0
- quay.io/astronomer/ap-curator:8.0.4
- quay.io/astronomer/ap-db-bootstrapper:0.31.4
Expand Down
4 changes: 2 additions & 2 deletions charts/astronomer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This version number controls the default Airflow chart version that will be installed
# when creating a new deployment in the system. This is also used to ensure all
# child airflow deployments are kept up to date and on the latest version.
airflowChartVersion: 1.8.7
airflowChartVersion: 1.9.0

nodeSelector: {}
affinity: {}
Expand All @@ -15,7 +15,7 @@ tolerations: []
images:
commander:
repository: quay.io/astronomer/ap-commander
tag: 0.32.7
tag: 0.33.0
pullPolicy: IfNotPresent
registry:
repository: quay.io/astronomer/ap-registry
Expand Down

0 comments on commit 35d30a0

Please sign in to comment.