fix(ingress): apiVersion should be networking.k8s.io/v1 (#1056)

The `apiVersion` should be `networking.k8s.io/v1`

Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/1056
Co-authored-by: joshuachp <joshuachp@noreply.code.forgejo.org>
Co-committed-by: joshuachp <joshuachp@noreply.code.forgejo.org>
This commit is contained in:
joshuachp 2025-01-16 13:16:47 +00:00 committed by Michael Kriese
parent 7ea9325fb8
commit a5bfb2f53c

View file

@ -1,6 +1,6 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "gitea.fullname" . -}}
apiVersion: networking.k8s.io/v1/Ingress
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ $fullName }}