From 6a3c5e093b1cd94bec62ccf3a4e9c3aa4ba976a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 08:54:58 +0000 Subject: [PATCH] Update dependency Ingress to networking.k8s.io/v1 --- helm/promxy-app/templates/ingress-oauth.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/promxy-app/templates/ingress-oauth.yaml b/helm/promxy-app/templates/ingress-oauth.yaml index 4fe6431..a8d628e 100644 --- a/helm/promxy-app/templates/ingress-oauth.yaml +++ b/helm/promxy-app/templates/ingress-oauth.yaml @@ -1,7 +1,7 @@ {{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress" }} apiVersion: networking.k8s.io/v1 {{- else }} -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 {{- end }} kind: Ingress metadata: