Smith, David (ds3330) 96b751465a Upgrade Prometheus to v2.25 change/Remove deprecated flags
The flag storage.tsdb.retention is deprecated and generates warnings
on startup storage.tsdb.retention.time is the new flag.

storage.tsdb.wal-compression is now set as the default in v2.20
and above and is no longer needed

Change-Id: I66f861a354a3cdde69a712ca5fd8a1d1a1eca60a
2021-03-16 18:19:49 +00:00

11 lines
366 B
YAML

---
prometheus:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Add configurable readiness/liveness Probes
- 0.1.3 Revert "Render Rules as Templates"
- 0.1.4 Fix spacing inconsistencies with flags
- 0.1.5 Fix spacing inconsistencies with flags
- 0.1.6 Upgrade version to v2.25 fix/remove deprecated flags
...