Skip to content

Commit

Permalink
update db-bootstrapper and ap-base (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvishnuram committed Nov 20, 2023
1 parent e1b0313 commit b0f1809
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,13 +329,14 @@ workflows:
- quay.io/astronomer/ap-astro-ui:0.33.9
- quay.io/astronomer/ap-auth-sidecar:1.25.2-2
- quay.io/astronomer/ap-awsesproxy:1.5.0-3
- quay.io/astronomer/ap-base:3.18.4-1
- quay.io/astronomer/ap-base:3.18.4-2
- quay.io/astronomer/ap-blackbox-exporter:0.24.0-3
- quay.io/astronomer/ap-cli-install:0.26.20
- quay.io/astronomer/ap-commander:0.33.7
- quay.io/astronomer/ap-configmap-reloader:0.12.0
- quay.io/astronomer/ap-curator:8.0.8-4
- quay.io/astronomer/ap-db-bootstrapper:0.31.7
- quay.io/astronomer/ap-db-bootstrapper:0.31.8
- quay.io/astronomer/ap-default-backend:0.28.21
- quay.io/astronomer/ap-elasticsearch-exporter:1.6.0
- quay.io/astronomer/ap-elasticsearch:8.9.2
Expand Down
2 changes: 1 addition & 1 deletion charts/astronomer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ images:
pullPolicy: IfNotPresent
dbBootstrapper:
repository: quay.io/astronomer/ap-db-bootstrapper
tag: 0.31.7
tag: 0.31.8
pullPolicy: IfNotPresent
cliInstall:
repository: quay.io/astronomer/ap-cli-install
Expand Down
2 changes: 1 addition & 1 deletion charts/elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ images:
pullPolicy: IfNotPresent
init:
repository: quay.io/astronomer/ap-base # needs root permissions for sysctl changes
tag: 3.18.4-1
tag: 3.18.4-2
pullPolicy: IfNotPresent
curator:
repository: quay.io/astronomer/ap-curator
Expand Down

0 comments on commit b0f1809

Please sign in to comment.