Skip to content

Commit

Permalink
fix: update kube version requirement to 1.21 (#11279)
Browse files Browse the repository at this point in the history
The controller depends on the v1 version of EndpointSlice, but the discovery.k8s.io/v1 API was first introduced in Kubernetes version 1.21.

Co-authored-by: NierYYDS <[email protected]>
  • Loading branch information
k8s-infra-cherrypick-robot and NierYYDS authored Apr 18, 2024
1 parent 755301d commit 213b723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/5
keywords:
- ingress
- nginx
kubeVersion: '>=1.20.0-0'
kubeVersion: '>=1.21.0-0'
maintainers:
- name: Gacko
- name: rikatz
Expand Down
2 changes: 1 addition & 1 deletion charts/ingress-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This chart bootstraps an ingress-nginx deployment on a [Kubernetes](http://kuber

## Requirements

Kubernetes: `>=1.20.0-0`
Kubernetes: `>=1.21.0-0`

## Get Repo Info

Expand Down

0 comments on commit 213b723

Please sign in to comment.