Upgrading kubernetes API
Change-Id: I279db986e2dab1ebcb5b48b4195363af395c8de3
diff --git a/onos/Chart.yaml b/onos/Chart.yaml
index aca20fc..26c8742 100644
--- a/onos/Chart.yaml
+++ b/onos/Chart.yaml
@@ -16,6 +16,6 @@
apiVersion: v1
name: onos
description: Open Network Operating System
-version: 3.0.1
+version: 3.0.2
icon: https://guide.opencord.org/logos/onos.svg
appVersion: 2.2.1
diff --git a/onos/templates/deployment.yaml b/onos/templates/deployment.yaml
index 85cd1ff..dc13f63 100644
--- a/onos/templates/deployment.yaml
+++ b/onos/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: {{ template "onos.fullname" . }}