[VOL-3690] Using openonu-adapter-go as default

Change-Id: I40304b662384734ca30568071c1ab5a442df6453
diff --git a/values.yaml b/values.yaml
index 33bb251..d864f2a 100644
--- a/values.yaml
+++ b/values.yaml
@@ -32,12 +32,12 @@
 # ------------------------------
 # There are currently two implementations of OPENONU-ADAPTER: the original
 # written in Python and the reimplementation written in Go. The variable
-# `use_openonu_adapter_go` can be used to optionally use the new Go
+# `use_openonu_adapter_go` can be set to false to optionally use the old Py
 # implementation. This is done by setting that value to `true`.
 #
 # Along with this change you will also may need to set the Docker image
 # information below (search for START_OPENONU_ADAPTER_GO).
-use_openonu_adapter_go: false
+use_openonu_adapter_go: true
 
 images:
   onos: