From 46bceb7e4d74ddfc88d0785ab0d073e0b79ff5f8 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 29 May 2025 11:27:42 +0200 Subject: [PATCH] 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. --- Chart.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 5f61aac..cf5bc82 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,6 @@ apiVersion: v2 name: prometheus-postgres-exporter description: Prometheus metric exporter for PostgreSQL type: application -kubeVersion: ">=1.20.0" version: "0.1.0" appVersion: "0.17.1"