Skip to content

Commit

Permalink
update ap-base to 3.18.0 (#1940)
Browse files Browse the repository at this point in the history
* update ap-base to 3.18.0

* fix wrong image name
  • Loading branch information
pgvishnuram committed Aug 20, 2023
1 parent ba7b654 commit ee6152a
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 @@ -338,7 +338,7 @@ workflows:
- quay.io/astronomer/ap-astro-ui:0.30.13
- quay.io/astronomer/ap-auth-sidecar:1.24.0
- quay.io/astronomer/ap-awsesproxy:1.3-12
- quay.io/astronomer/ap-base:3.16.5
- quay.io/astronomer/ap-base:3.18.0-1
- 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.30.10
Expand All @@ -351,7 +351,7 @@ workflows:
- quay.io/astronomer/ap-fluentd:1.16.1-1
- quay.io/astronomer/ap-grafana:8.5.24
- quay.io/astronomer/ap-houston-api:0.30.37
- quay.io/astronomer/ap-init:3.16.5
- quay.io/astronomer/ap-init:3.18.0
- quay.io/astronomer/ap-kibana:7.17.10
- quay.io/astronomer/ap-kube-state:2.8.2
- quay.io/astronomer/ap-nats-exporter:0.10.0-5
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.16.5
tag: 3.18.0-1
pullPolicy: IfNotPresent
curator:
repository: quay.io/astronomer/ap-curator
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.16.5
tag: 3.18.0
pullPolicy: IfNotPresent
stan:
repository: quay.io/astronomer/ap-nats-streaming
Expand Down

0 comments on commit ee6152a

Please sign in to comment.