[stable/nginx-ldapauth-proxy] Remove deprecated APIversion (#22579)

* Enable option to specify a different strategy than recreate

Signed-off-by: Igor Valente Blackman <igor.blackman@gmail.com>

* Remove k8s 1.16 deprecated API

Signed-off-by: Igor Valente Blackman <igor.blackman@gmail.com>
This commit is contained in:
Igor Blackman
2020-05-29 05:05:15 -07:00
committed by GitHub
parent 49ae02250e
commit 73e2adc5d2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
description: nginx proxy with ldapauth
name: nginx-ldapauth-proxy
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
version: 0.1.3
version: 0.1.4
appVersion: 1.13.5
sources:
- https://github.com/dweomer/dockerfiles-nginx-auth-ldap
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "nginx-ldapauth-proxy.fullname" . }}