Skip to content

Commit

Permalink
Update deployment.yaml (helm#18376)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
XHPJ authored and Ciprian Hacman committed Dec 5, 2019
1 parent db725aa commit 21e147d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stable/openldap/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stable/openldap/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "openldap.fullname" . }}
Expand Down

0 comments on commit 21e147d

Please sign in to comment.