Skip to content

Commit

Permalink
feat: allow older versions of pg exporter and grafana for now
Browse files Browse the repository at this point in the history
  • Loading branch information
keithf4 committed Nov 3, 2023
1 parent 2f1c129 commit d142a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ packages:
- { source: "postgres_exporter/linux/pgbackrest-info.sh", target: "/usr/bin/pgbackrest-info.sh", mode: "0755", type: "file", rpm_new: false, owner: "ccp_monitoring", group: "ccp_monitoring" }
- { source: "postgres_exporter/linux/pgmonitor.conf", target: "/etc/pgmonitor.conf", mode: "0644", type: "file", rpm_new: false, owner: "ccp_monitoring", group: "ccp_monitoring" }
pkg_dependency:
- { pkg_name: "postgres-exporter", gte: 0.13.2, lt: 0.16.0 }
- { pkg_name: "postgres-exporter", gte: 0.10.1, lt: 0.16.0 }
upstream_repo: "https://github.com/CrunchyData/pgmonitor"

- pgmonitor-prometheus-extras:
Expand Down Expand Up @@ -103,7 +103,7 @@ packages:
pkg_conflict:
- { pkg_name: "grafana-containers" }
pkg_dependency:
- { pkg_name: "grafana", gte: 9.5.13, lt: 10.0.0 }
- { pkg_name: "grafana", gte: 9.2.19, lt: 10.0.0 }
upstream_repo: "https://github.com/CrunchyData/pgmonitor"

- pg_bloat_check:
Expand Down

0 comments on commit d142a58

Please sign in to comment.