Upgrading kubernetes API

Change-Id: I279db986e2dab1ebcb5b48b4195363af395c8de3
diff --git a/tools/kafkacat/Chart.yaml b/tools/kafkacat/Chart.yaml
index 82a9921..4241b94 100644
--- a/tools/kafkacat/Chart.yaml
+++ b/tools/kafkacat/Chart.yaml
@@ -18,7 +18,7 @@
 icon: https://kafka.apache.org/images/logo.png
 apiVersion: v1
 
-version: 1.0.2
+version: 1.0.3
 
 # version of confluentinc/cp-kafkacat container
 appVersion: 4.1.2
diff --git a/tools/kafkacat/templates/deployment.yaml b/tools/kafkacat/templates/deployment.yaml
index de219c9..3587cfc 100644
--- a/tools/kafkacat/templates/deployment.yaml
+++ b/tools/kafkacat/templates/deployment.yaml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: kafkacat