Skip to content

Commit

Permalink
add 0.33 rc tag (#1938)
Browse files Browse the repository at this point in the history
* add 0.33 rc tag

* update houston image to 0.33.1

* update astro image to 0.33.1
  • Loading branch information
pgvishnuram authored and Simpcyclassy committed Jul 26, 2023
1 parent f518ea9 commit d2b5933
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ workflows:
parameters:
docker_image:
- quay.io/astronomer/ap-alertmanager:0.25.0-1
- quay.io/astronomer/ap-astro-ui:0.32.6
- quay.io/astronomer/ap-astro-ui:0.33.1
- quay.io/astronomer/ap-auth-sidecar:1.25.1
- quay.io/astronomer/ap-awsesproxy:1.3-13
- quay.io/astronomer/ap-base:3.18.0-1
Expand All @@ -341,7 +341,7 @@ workflows:
- quay.io/astronomer/ap-elasticsearch:8.8.2
- quay.io/astronomer/ap-fluentd:1.16.1-1
- quay.io/astronomer/ap-grafana:10.0.2
- quay.io/astronomer/ap-houston-api:0.32.15
- quay.io/astronomer/ap-houston-api:0.33.1
- quay.io/astronomer/ap-init:3.18.0
- quay.io/astronomer/ap-kibana:8.8.2
- quay.io/astronomer/ap-kube-state:2.8.2
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: astronomer
version: 0.32.1
appVersion: 0.32.1
version: 0.33.0-rc1
appVersion: 0.33.0-rc1
description: Helm chart to deploy the Astronomer Platform
icon: https://www.astronomer.io/static/iconforLIGHTbackground.svg
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/astronomer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: astronomer
version: 0.32.1
version: 0.33.0-rc1
description: A Helm chart to deploy the Astronomer module
keywords:
- astronomer
4 changes: 2 additions & 2 deletions charts/astronomer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ images:
# httpSecret: ~
houston:
repository: quay.io/astronomer/ap-houston-api
tag: 0.32.15
tag: 0.33.1
pullPolicy: IfNotPresent
astroUI:
repository: quay.io/astronomer/ap-astro-ui
tag: 0.32.6
tag: 0.33.1
pullPolicy: IfNotPresent
dbBootstrapper:
repository: quay.io/astronomer/ap-db-bootstrapper
Expand Down

0 comments on commit d2b5933

Please sign in to comment.