Skip to content
Snippets Groups Projects
Verified Commit 47105fb7 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(matrix): Update postgres-exporter image

Use the postgres-community image that is maintained, rather than the 1
year old built from docker hub.
parent 55cd2fd6
Branches
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ spec:
memory: 3072Mi
sidecars:
- name: "exporter"
image: "wrouesnel/postgres_exporter"
image: "quay.io/prometheuscommunity/postgres-exporter"
ports:
- name: exporter
containerPort: 9187
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment