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
diff --git a/tools/xossh/Chart.yaml b/tools/xossh/Chart.yaml
index ef84c75..ea014db 100644
--- a/tools/xossh/Chart.yaml
+++ b/tools/xossh/Chart.yaml
@@ -17,7 +17,7 @@
 description: A Helm chart for xossh, the XOS command line shell
 icon: https://guide.opencord.org/logos/xos.svg
 apiVersion: v1
-version: 3.0.3
+version: 3.0.4
 
 # Runs the xosproject/xos-client container
 appVersion: 4.0.1
diff --git a/tools/xossh/templates/deployment.yaml b/tools/xossh/templates/deployment.yaml
index e39375d..dfc6214 100644
--- a/tools/xossh/templates/deployment.yaml
+++ b/tools/xossh/templates/deployment.yaml
@@ -14,7 +14,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: {{ template "xossh.fullname" . }}