mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
c59c010a6c
commit
454805e0e1
@@ -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,4 +1,4 @@
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ template "openldap.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user