Upgrading kubernetes API

Change-Id: I279db986e2dab1ebcb5b48b4195363af395c8de3
diff --git a/abstract-olt/Chart.yaml b/abstract-olt/Chart.yaml
index de21b4d..aa1b481 100644
--- a/abstract-olt/Chart.yaml
+++ b/abstract-olt/Chart.yaml
@@ -18,5 +18,5 @@
 icon: https://guide.opencord.org/logos/cord.svg
 apiVersion: v1
 
-version: 0.1.1
+version: 0.1.2
 appVersion: latest
diff --git a/abstract-olt/templates/deployment.yaml b/abstract-olt/templates/deployment.yaml
index aedc737..7eda753 100644
--- a/abstract-olt/templates/deployment.yaml
+++ b/abstract-olt/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 "abstract-olt.fullname" . }}