Skip to content

Commit

Permalink
update prometheus and configmap reloader service (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvishnuram committed Oct 18, 2023
1 parent a3b9a61 commit 281a6ea
Show file tree
Hide file tree
Showing 2 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 @@ -358,7 +358,7 @@ workflows:
- 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.32.8
- quay.io/astronomer/ap-configmap-reloader:0.11.0
- quay.io/astronomer/ap-configmap-reloader:0.12.0
- quay.io/astronomer/ap-curator:8.0.8-1
- quay.io/astronomer/ap-db-bootstrapper:0.31.6
- quay.io/astronomer/ap-default-backend:0.28.18
Expand All @@ -380,7 +380,7 @@ workflows:
- quay.io/astronomer/ap-pgbouncer-krb:1.17.0-9
- quay.io/astronomer/ap-postgres-exporter:0.12.0-1
- quay.io/astronomer/ap-postgresql:15.2.0-3
- quay.io/astronomer/ap-prometheus:2.45.0
- quay.io/astronomer/ap-prometheus:2.45.1
- quay.io/astronomer/ap-registry:3.16.5-1
- quay.io/astronomer/ap-vector:0.28.2-3
context:
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ replicas: 1
images:
prometheus:
repository: quay.io/astronomer/ap-prometheus
tag: 2.45.0
tag: 2.45.1
pullPolicy: IfNotPresent
configReloader:
repository: quay.io/astronomer/ap-configmap-reloader
tag: 0.11.0
tag: 0.12.0
pullPolicy: IfNotPresent

resources: {}
Expand Down

0 comments on commit 281a6ea

Please sign in to comment.