From 8e674c10de11e6d86b1968cd14f58fc316dc352a Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Fri, 20 Sep 2019 16:11:15 +0200 Subject: [PATCH] [stable/testlink] Update deployment apiVersion to 'apps/v1' - Mandatory for K8s 1.16 (#17311) Signed-off-by: juan131 --- stable/testlink/Chart.yaml | 2 +- stable/testlink/requirements.lock | 4 ++-- stable/testlink/templates/deployment.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/testlink/Chart.yaml b/stable/testlink/Chart.yaml index 34fe6e4d23..ecb9a5565f 100644 --- a/stable/testlink/Chart.yaml +++ b/stable/testlink/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: testlink -version: 6.3.0 +version: 6.3.1 appVersion: 1.9.19 description: Web-based test management system that facilitates software quality assurance. icon: https://bitnami.com/assets/stacks/testlink/img/testlink-stack-220x234.png diff --git a/stable/testlink/requirements.lock b/stable/testlink/requirements.lock index ba2688b0c5..b9bb3f64c6 100644 --- a/stable/testlink/requirements.lock +++ b/stable/testlink/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 6.8.5 + version: 6.9.1 digest: sha256:a363428d6463718a9523a88c70e485218373e315f2979cb1bb17b034ec2be96a -generated: 2019-09-03T08:15:17.423352215Z +generated: "2019-09-20T15:29:11.919802+02:00" diff --git a/stable/testlink/templates/deployment.yaml b/stable/testlink/templates/deployment.yaml index b054a78805..1965745ead 100644 --- a/stable/testlink/templates/deployment.yaml +++ b/stable/testlink/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "testlink.fullname" . }} @@ -164,4 +164,4 @@ spec: {{- with .Values.affinity }} affinity: {{ toYaml . | indent 8 }} - {{- end }} \ No newline at end of file + {{- end }}