Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/matrix-stack/source/postgres.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
enabled: true

postgresExporter:
{{- sub_schema_values.image(registry='docker.io', repository='prometheuscommunity/postgres-exporter', tag='v0.16.0') | indent(2) }}
{{- sub_schema_values.image(registry='docker.io', repository='prometheuscommunity/postgres-exporter', tag='v0.17.0') | indent(2) }}
{{- sub_schema_values.resources(requests_memory='10Mi', requests_cpu='10m', limits_memory='500Mi')| indent(2) }}
{{- sub_schema_values.containersSecurityContext()| indent(2) }}

Expand Down
2 changes: 1 addition & 1 deletion charts/matrix-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ postgres:

## The tag of the container image to use.
## Defaults to the Chart's appVersion if not set
tag: "v0.16.0"
tag: "v0.17.0"

## Container digest to use. Used to pull the image instead of the image tag / Chart appVersion if set
# digest:
Expand Down
1 change: 1 addition & 0 deletions newsfragments/230.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade to Postgres Exporter 0.17.0 for better Postgres 17 compatibility.
Loading