fix(ingress): apiVersion should be networking.k8s.io/v1 (#1056)
Some checks failed
build / lint-node (push) Has been cancelled
build / lint-helm (push) Has been cancelled
build / e2e (v1.28.15+k3s1) (push) Has been cancelled
build / e2e (v1.31.4+k3s1) (push) Has been cancelled
build / e2e (v1.32.0+k3s1) (push) Has been cancelled
build / test-success (push) Has been cancelled
build / publish (push) Has been cancelled
Some checks failed
build / lint-node (push) Has been cancelled
build / lint-helm (push) Has been cancelled
build / e2e (v1.28.15+k3s1) (push) Has been cancelled
build / e2e (v1.31.4+k3s1) (push) Has been cancelled
build / e2e (v1.32.0+k3s1) (push) Has been cancelled
build / test-success (push) Has been cancelled
build / publish (push) Has been cancelled
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:
parent
7ea9325fb8
commit
a5bfb2f53c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue