Skip to content

Commit

Permalink
Merge pull request #5770 from aledbf/webhook
Browse files Browse the repository at this point in the history
Use admissionregistration.k8s.io/v1beta1 to be k8s < 1.16 compatible
  • Loading branch information
k8s-ci-robot authored Jun 24, 2020
2 parents a1b88e3 + a57d912 commit d7f7e16
Show file tree
Hide file tree
Showing 2 changed files with 4 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
@@ -1,6 +1,6 @@
apiVersion: v1
name: ingress-nginx
version: 2.7.1
version: 2.8.0
appVersion: 0.33.0
home: https://github.com/kubernetes/ingress-nginx
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{- if .Values.controller.admissionWebhooks.enabled -}}
apiVersion: admissionregistration.k8s.io/v1
# before changing this value, check the required kubernetes version
# https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#prerequisites
apiVersion: admissionregistration.k8s.io/v1beta1
kind: ValidatingWebhookConfiguration
metadata:
labels:
Expand Down

0 comments on commit d7f7e16

Please sign in to comment.