Skip to content

Commit

Permalink
update vendor packages (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvishnuram committed Jun 1, 2023
1 parent 216daa8 commit 0eaa993
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ workflows:
- quay.io/astronomer/ap-blackbox-exporter:0.23.0-4
- quay.io/astronomer/ap-cli-install:0.26.15
- quay.io/astronomer/ap-commander:0.32.5
- quay.io/astronomer/ap-configmap-reloader:0.8.0
- quay.io/astronomer/ap-configmap-reloader:0.11.0
- quay.io/astronomer/ap-curator:7.0.0-5
- quay.io/astronomer/ap-db-bootstrapper:0.31.2
- quay.io/astronomer/ap-db-bootstrapper:0.31.3
- quay.io/astronomer/ap-default-backend:0.28.16
- quay.io/astronomer/ap-elasticsearch-exporter:1.5.0-1
- quay.io/astronomer/ap-elasticsearch:7.17.10
Expand All @@ -354,7 +354,7 @@ workflows:
- quay.io/astronomer/ap-openresty:1.21.4-7
- quay.io/astronomer/ap-pgbouncer-krb:1.17.0-8
- quay.io/astronomer/ap-postgres-exporter:0.12.0
- quay.io/astronomer/ap-postgresql:15.2.0-1
- quay.io/astronomer/ap-postgresql:15.2.0-3
- quay.io/astronomer/ap-prometheus:2.37.8
- quay.io/astronomer/ap-registry:3.16.5
- quay.io/astronomer/ap-vector:0.28.2-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.2
tag: 0.31.3
pullPolicy: IfNotPresent
cliInstall:
repository: quay.io/astronomer/ap-cli-install
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ images:
pullPolicy: IfNotPresent
dbBootstrapper:
repository: quay.io/astronomer/ap-db-bootstrapper
tag: 0.31.2
tag: 0.31.3
pullPolicy: IfNotPresent

securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global:
image:
registry: quay.io
repository: astronomer/ap-postgresql
tag: 15.2.0-1
tag: 15.2.0-3
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ images:
pullPolicy: IfNotPresent
configReloader:
repository: quay.io/astronomer/ap-configmap-reloader
tag: 0.8.0
tag: 0.11.0
pullPolicy: IfNotPresent

resources: {}
Expand Down

0 comments on commit 0eaa993

Please sign in to comment.