Skip to content

Commit 95554dc

Browse files
authored
fix: update kube version requirement to 1.21 (#11275)
The controller depends on the v1 version of EndpointSlice, but the discovery.k8s.io/v1 API was first introduced in Kubernetes version 1.21.
1 parent 1dee4b1 commit 95554dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/ingress-nginx/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/5
1111
keywords:
1212
- ingress
1313
- nginx
14-
kubeVersion: '>=1.20.0-0'
14+
kubeVersion: '>=1.21.0-0'
1515
maintainers:
1616
- name: Gacko
1717
- name: rikatz

charts/ingress-nginx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This chart bootstraps an ingress-nginx deployment on a [Kubernetes](http://kuber
1010

1111
## Requirements
1212

13-
Kubernetes: `>=1.20.0-0`
13+
Kubernetes: `>=1.21.0-0`
1414

1515
## Get Repo Info
1616

0 commit comments

Comments
 (0)