Skip to content

Commit

Permalink
update nginx base packages in astronomer (#2047)
Browse files Browse the repository at this point in the history
* Update values.yaml

Update values.yaml with ap-nginx-es version 1.25.2-1 --> 1.25.2-2

* Update values.yaml

Update values.yaml  with ap-auth-sidecar version 1.25.2-1 --> 1.25.2-2

* updating the scan images in config.yml
  • Loading branch information
himabindu07 committed Nov 8, 2023
1 parent 4f61f75 commit cf7a69b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ workflows:
docker_image:
- quay.io/astronomer/ap-alertmanager:0.26.0
- quay.io/astronomer/ap-astro-ui:0.32.8
- quay.io/astronomer/ap-auth-sidecar:1.25.2-1
- quay.io/astronomer/ap-auth-sidecar:1.25.2-2
- quay.io/astronomer/ap-awsesproxy:1.5.0-2
- quay.io/astronomer/ap-base:3.18.4-1
- quay.io/astronomer/ap-blackbox-exporter:0.24.0-3
Expand All @@ -373,7 +373,7 @@ workflows:
- quay.io/astronomer/ap-nats-exporter:0.10.0-6
- quay.io/astronomer/ap-nats-server:2.8.4-4
- quay.io/astronomer/ap-nats-streaming:0.24.6-4
- quay.io/astronomer/ap-nginx-es:1.25.2-1
- quay.io/astronomer/ap-nginx-es:1.25.2-2
- quay.io/astronomer/ap-nginx:1.9.4
- quay.io/astronomer/ap-node-exporter:1.6.1
- quay.io/astronomer/ap-openresty:1.21.4-11
Expand Down
2 changes: 1 addition & 1 deletion charts/elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ images:
pullPolicy: IfNotPresent
nginx:
repository: quay.io/astronomer/ap-nginx-es
tag: 1.25.2-1
tag: 1.25.2-2
pullPolicy: IfNotPresent

common:
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ global:
authSidecar:
enabled: false
repository: quay.io/astronomer/ap-auth-sidecar
tag: 1.25.2-1
tag: 1.25.2-2
pullPolicy: IfNotPresent
port: 8084
default_nginx_settings: |
Expand Down

0 comments on commit cf7a69b

Please sign in to comment.