From 98fb116992e75ce9feaa21ce8a62117d97b65a41 Mon Sep 17 00:00:00 2001 From: warpreality <60826887+warpreality@users.noreply.github.com> Date: Mon, 24 Apr 2023 21:33:58 +0000 Subject: [PATCH] Update ingress.yaml --- deploy/helm/wg-access-server/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/wg-access-server/templates/ingress.yaml b/deploy/helm/wg-access-server/templates/ingress.yaml index 7b0b4109..59b15e98 100644 --- a/deploy/helm/wg-access-server/templates/ingress.yaml +++ b/deploy/helm/wg-access-server/templates/ingress.yaml @@ -1,6 +1,6 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "wg-access-server.fullname" . -}} -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ $fullName }}