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" . }}