From 454805e0e1d63364f77737ca46fd0c712fa910cf Mon Sep 17 00:00:00 2001 From: XHPJ <55275996+XHPJ@users.noreply.github.com> Date: Mon, 28 Oct 2019 11:27:25 +0100 Subject: [PATCH] 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 * Update Chart version Signed-off-by: XHPJ --- stable/openldap/Chart.yaml | 4 ++-- stable/openldap/templates/deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" . }}