Update deployment.yaml (#18376)

* Update deployment.yaml

For newer releases this will be supported/needed. K8 v.1.15.* can already handle the versionApi: "apps/v1".

Signed-off-by: XHPJ <xheladinpopaj@hotmail.com>

* Update Chart version

Signed-off-by: XHPJ <xheladinpopaj@hotmail.com>
This commit is contained in:
XHPJ
2019-10-28 03:27:25 -07:00
committed by Kubernetes Prow Robot
parent c59c010a6c
commit 454805e0e1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
name: openldap
home: https://www.openldap.org
version: 1.2.1
appVersion: 2.4.47
version: 1.2.2
appVersion: 2.4.48
description: Community developed LDAP software
icon: http://www.openldap.org/images/headers/LDAPworm.gif
keywords:
+1 -1
View File
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "openldap.fullname" . }}