Skip to content

Commit 97ef324

Browse files
committed
remove ref of pg10 from documentation
Issue [sc-17463]
1 parent d6fe5fc commit 97ef324

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ postgresVersion = "13.9"
3030
postgresVersion13 = "13.9"
3131
postgresVersion12 = "12.13"
3232
postgresVersion11 = "11.18"
33-
postgresVersion10 = "10.23"
3433
postgisVersion = "3.0"
3534
ubiBase = "ubi8"
3635

docs/content/advanced/crunchy-postgres-exporter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ can be specified for the API to collect. For an example of a queries.yml file, s
2323

2424
The crunchy-postgres-exporter Docker image contains the following packages (versions vary depending on PostgreSQL version):
2525

26-
* PostgreSQL ({{< param postgresVersion13 >}}, {{< param postgresVersion12 >}}, {{< param postgresVersion11 >}}, and {{< param postgresVersion10 >}}.
26+
* PostgreSQL ({{< param postgresVersion13 >}}, {{< param postgresVersion12 >}}, and {{< param postgresVersion11 >}}).
2727
* UBI 8 - publicly available
2828
* UBI 7, UBI 8 - customers only
2929
* [PostgreSQL Exporter](https://github.com/wrouesnel/postgres_exporter)

0 commit comments

Comments
 (0)