From 51ee91fed1fc064b040fbb6c34b6ef1e7b22c6ba Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 29 May 2025 12:13:41 +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 1d623bd..42a4c8b 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,6 @@ apiVersion: v2 name: prometheus-fail2ban-exporter description: Prometheus metric exporter for Fail2Ban type: application -kubeVersion: ">=1.20.0" version: "0.1.0" appVersion: "0.1.1"