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
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: pgdog-control
description: PgDog Control
type: application
version: 0.2.10
appVersion: "v2026-06-09"
version: 0.2.11
appVersion: "1a6d7fd0"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ control:
evict_after_secs: 60
metrics_retention_secs: 300
query_history_limit: 1000
autoreload: false
autoreload: immediately # or in_sync, or off
```

| Option | Description |
Expand All @@ -658,7 +658,7 @@ control:
| `evict_after_secs` | Instance is dropped from the store entirely if its newest metric is older than this (int, default `60`). |
| `metrics_retention_secs` | How much per-instance metric history is kept in memory. Older points are dropped as new ones arrive (int, default `300`). |
| `query_history_limit` | Per-token historical query store capacity. Oldest deduped query entries are evicted first once the limit is reached (int, default `1000`). |
| `autoreload` | Automatically enqueue `reload_configuration` for instances that report config drift (bool, default `false`). |
| `autoreload` | Automatically enqueue `reload_configuration` for instances that report config drift (enum, default `off`, available options: `off`, `immediately`, `in_sync`). |

### Slack Notifications

Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ control:
# via envFrom. Leave empty in EKS — roleArn above is preferred.
accessKeyId: ""
secretAccessKey: ""
sessionToken: "" # optional; only for temporary credentials
sessionToken: "" # optional; only for temporary credentials
# AWS region the SDK should target. Emitted as AWS_REGION on the
# container. Required when the pod isn't on an EKS node whose IMDS
# exposes one.
Expand Down Expand Up @@ -103,7 +103,7 @@ control:
# evict_after_secs: 60
# metrics_retention_secs: 300
# query_history_limit: 1000
# autoreload: false
# autoreload: off
helm: {}
# chart: pgdog
# repo: pgdogdev
Expand Down
Loading