You've already forked prometheus-postgres-exporter
fix(chart): remove kubernetes version limitation
The kubernetes version limitation is incompatible with the custom AWS EKS version pattern. For this reason, some AWS EKS installation needs to adapt the Chart manually to get it running. To avoid this circumstance, the kubernetes version limitation has been removed.
This commit is contained in:
@ -2,7 +2,6 @@ apiVersion: v2
|
|||||||
name: prometheus-postgres-exporter
|
name: prometheus-postgres-exporter
|
||||||
description: Prometheus metric exporter for PostgreSQL
|
description: Prometheus metric exporter for PostgreSQL
|
||||||
type: application
|
type: application
|
||||||
kubeVersion: ">=1.20.0"
|
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
appVersion: "0.17.1"
|
appVersion: "0.17.1"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user