Skip to content

Commit

Permalink
update vendor packages (#1991)
Browse files Browse the repository at this point in the history
* update vendor packages

* update ap-base image in es

* update scan images in circleci
  • Loading branch information
pgvishnuram committed Sep 12, 2023
1 parent 5326dd6 commit 83fffe8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,20 +338,20 @@ workflows:
- quay.io/astronomer/ap-astro-ui:0.30.15
- quay.io/astronomer/ap-auth-sidecar:1.25.1
- quay.io/astronomer/ap-awsesproxy:1.5
- quay.io/astronomer/ap-base:3.18.0-1
- quay.io/astronomer/ap-blackbox-exporter:0.24.0
- quay.io/astronomer/ap-base:3.18.3
- quay.io/astronomer/ap-blackbox-exporter:0.24.0-1
- quay.io/astronomer/ap-cli-install:0.26.17
- quay.io/astronomer/ap-commander:0.30.11
- quay.io/astronomer/ap-configmap-reloader:0.11.0
- quay.io/astronomer/ap-curator:8.0.8
- quay.io/astronomer/ap-curator:8.0.8-1
- quay.io/astronomer/ap-db-bootstrapper:0.31.5
- quay.io/astronomer/ap-default-backend:0.28.18
- quay.io/astronomer/ap-elasticsearch-exporter:1.5.0
- quay.io/astronomer/ap-elasticsearch:8.8.2
- quay.io/astronomer/ap-fluentd:1.16.2
- quay.io/astronomer/ap-grafana:10.0.2
- quay.io/astronomer/ap-houston-api:0.30.38
- quay.io/astronomer/ap-init:3.18.0
- quay.io/astronomer/ap-init:3.18.3
- quay.io/astronomer/ap-kibana:8.8.2
- quay.io/astronomer/ap-kube-state:2.8.2
- quay.io/astronomer/ap-nats-exporter:0.10.0-6
Expand Down
4 changes: 2 additions & 2 deletions charts/elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ images:
pullPolicy: IfNotPresent
init:
repository: quay.io/astronomer/ap-base # needs root permissions for sysctl changes
tag: 3.18.0-1
tag: 3.18.3
pullPolicy: IfNotPresent
curator:
repository: quay.io/astronomer/ap-curator
tag: 8.0.8
tag: 8.0.8-1
pullPolicy: IfNotPresent
exporter:
repository: quay.io/astronomer/ap-elasticsearch-exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-blackbox-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ strategy:

image:
repository: quay.io/astronomer/ap-blackbox-exporter
tag: 0.24.0
tag: 0.24.0-1
pullPolicy: IfNotPresent

## Optionally specify an array of imagePullSecrets.
Expand Down
2 changes: 1 addition & 1 deletion charts/stan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
images:
init:
repository: quay.io/astronomer/ap-init
tag: 3.18.0
tag: 3.18.3
pullPolicy: IfNotPresent
stan:
repository: quay.io/astronomer/ap-nats-streaming
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ global:
hostDirectory: /etc/docker/certs.d
certCopier:
repository: alpine
tag: 3.14
tag: 3.18
pullPolicy: IfNotPresent
# Global flag to enable to user to enable/disable Astronomer platform
# level Network Policy
Expand Down

0 comments on commit 83fffe8

Please sign in to comment.