diff --git a/stable/openldap/Chart.yaml b/stable/openldap/Chart.yaml index 1662d3309a..4a20cc9d1a 100644 --- a/stable/openldap/Chart.yaml +++ b/stable/openldap/Chart.yaml @@ -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: diff --git a/stable/openldap/templates/deployment.yaml b/stable/openldap/templates/deployment.yaml index 953dd1ad57..a5847f198c 100644 --- a/stable/openldap/templates/deployment.yaml +++ b/stable/openldap/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "openldap.fullname" . }}