Skip to content

Commit

Permalink
Merge branch 'master' into release-0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvishnuram committed Aug 8, 2023
2 parents bf87fd7 + 1eae4ed commit 63f15cf
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.18.0-1
- quay.io/astronomer/ap-blackbox-exporter:0.24.0
- quay.io/astronomer/ap-cli-install:0.26.17
- quay.io/astronomer/ap-commander:0.33.1
- quay.io/astronomer/ap-commander:0.33.2
- 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.9.1
airflowChartVersion: 1.9.2

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

0 comments on commit 63f15cf

Please sign in to comment.