Upgrading kubernetes API

Change-Id: I279db986e2dab1ebcb5b48b4195363af395c8de3
diff --git a/ves-agent/Chart.yaml b/ves-agent/Chart.yaml
index ccd8de4..a38a8b6 100644
--- a/ves-agent/Chart.yaml
+++ b/ves-agent/Chart.yaml
@@ -18,5 +18,5 @@
 icon: https://guide.opencord.org/logos/cord.svg
 apiVersion: v1
 
-version: 1.0.1
+version: 1.0.2
 appVersion: 1.0.0
diff --git a/ves-agent/templates/deployment.yaml b/ves-agent/templates/deployment.yaml
index ff9d4a9..258ff86 100644
--- a/ves-agent/templates/deployment.yaml
+++ b/ves-agent/templates/deployment.yaml
@@ -12,7 +12,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 "ves-agent.name" . }}