Skip to content

Commit

Permalink
update cluster to rc3 (#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simpcyclassy committed Aug 7, 2023
1 parent 3227029 commit bf87fd7
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.33.1
- quay.io/astronomer/ap-astro-ui:0.33.2
- 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.33.1
- quay.io/astronomer/ap-houston-api:0.33.2
- 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.33.0-rc2
appVersion: 0.33.0-rc2
version: 0.33.0-rc3
appVersion: 0.33.0-rc3
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.33.0-rc2
version: 0.33.0-rc3
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.33.1
tag: 0.33.2
pullPolicy: IfNotPresent
astroUI:
repository: quay.io/astronomer/ap-astro-ui
tag: 0.33.1
tag: 0.33.2
pullPolicy: IfNotPresent
dbBootstrapper:
repository: quay.io/astronomer/ap-db-bootstrapper
Expand Down

0 comments on commit bf87fd7

Please sign in to comment.