mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user