From 5650d012c49ff15bddb25392b73099c068160a47 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sun, 26 Oct 2025 20:08:19 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=200.2.2=20Fix=20ingress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/Chart.yaml | 2 +- chart/templates/ingress.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 6af58ee..5e15fd1 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.2.1 \ No newline at end of file +version: 0.2.2 \ No newline at end of file diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index eff42f1..282ba2a 100644 --- a/chart/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -2,8 +2,6 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: ingress - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / spec: ingressClassName: nginx tls: