From 15bd3c0724a2aedf1f19072918d251f13f2d2b1e Mon Sep 17 00:00:00 2001 From: Martyn Date: Mon, 15 Sep 2025 13:40:00 +0200 Subject: [PATCH] Upgrade time --- apps-helm/wg-access-server/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps-helm/wg-access-server/templates/ingress.yaml b/apps-helm/wg-access-server/templates/ingress.yaml index c04ca51..ee7007b 100644 --- a/apps-helm/wg-access-server/templates/ingress.yaml +++ b/apps-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 }}