From 7d523c097293748c92b5fa344181b65793757596 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:36:01 +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: