From bd51bbcf13c0b6ed95c2c0710d9bbeddef21f50b Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Mon, 18 Dec 2023 22:31:47 +0100
Subject: [PATCH] update Ingress api version in redirections.yaml

---
 chart/templates/redirections.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/redirections.yaml b/chart/templates/redirections.yaml
index 1ddb39fe..6bb109ff 100644
--- a/chart/templates/redirections.yaml
+++ b/chart/templates/redirections.yaml
@@ -2,7 +2,7 @@
 {{- $target := .Values.ingress.host.name -}}
 {{- range .Values.ingress.redirections.hosts }}
 kind: Ingress
-apiVersion: networking.k8s.io/v1beta1
+apiVersion: networking.k8s.io/v1
 metadata:
   name: {{ printf "redirect-from-%s" . | replace "." "-" | trunc 63 | trimSuffix "-" | quote }}
   annotations:
-- 
GitLab