From 338dd06b987c97a457faed92df8311a7292daeaa Mon Sep 17 00:00:00 2001 From: Carlos Giraldo Date: Fri, 10 Jan 2020 23:31:38 +0100 Subject: [PATCH] [stable/schema-registry-ui] Deployment apps/v1beta1 to apps/v1 (#20012) * Deployment apps/v1beta1 to apps/v1 Signed-off-by: Carlos Giraldo * Chart Version bumped Signed-off-by: Carlos Giraldo --- stable/schema-registry-ui/Chart.yaml | 2 +- stable/schema-registry-ui/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/schema-registry-ui/Chart.yaml b/stable/schema-registry-ui/Chart.yaml index a77e228551..2518d3339b 100644 --- a/stable/schema-registry-ui/Chart.yaml +++ b/stable/schema-registry-ui/Chart.yaml @@ -10,7 +10,7 @@ keywords: - Kafka - avro - schema-registry -version: 0.4.0 +version: 0.4.1 maintainers: - email: cristian04@gmail.com name: cristian04 diff --git a/stable/schema-registry-ui/templates/deployment.yaml b/stable/schema-registry-ui/templates/deployment.yaml index 238dd6ef03..75a0e74afe 100644 --- a/stable/schema-registry-ui/templates/deployment.yaml +++ b/stable/schema-registry-ui/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "schema-registry-ui.fullname" . }}