diff --git a/helm/happa/templates/happaapi-ingress.yaml b/helm/happa/templates/happaapi-ingress.yaml index 96b3c67a08..0a814dd380 100644 --- a/helm/happa/templates/happaapi-ingress.yaml +++ b/helm/happa/templates/happaapi-ingress.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: diff --git a/helm/happa/templates/ingress.yaml b/helm/happa/templates/ingress.yaml index b680a948b2..41b7048283 100644 --- a/helm/happa/templates/ingress.yaml +++ b/helm/happa/templates/ingress.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: