Updating the chart to use the correct executable in the -go container

Change-Id: I5b828ada3427d20ae64f28c681f868be2e0a9124
diff --git a/voltha-adapter-openonu/templates/adapters-openonu-go.yaml b/voltha-adapter-openonu/templates/adapters-openonu-go.yaml
index 74fd58a..9ff5e58 100644
--- a/voltha-adapter-openonu/templates/adapters-openonu-go.yaml
+++ b/voltha-adapter-openonu/templates/adapters-openonu-go.yaml
@@ -65,7 +65,7 @@
           image: '{{ tpl .Values.images.adapter_open_onu.registry . }}{{ tpl .Values.images.adapter_open_onu_go.repository . }}:{{ tpl ( tpl .Values.images.adapter_open_onu_go.tag . ) . }}'
           imagePullPolicy: {{ tpl .Values.images.adapter_open_onu_go.pullPolicy . }}
           args:
-            - "/app/openonugo"
+            - "/app/openonu"
             - "--banner=true"
             - "--kafka_reconnect_retries=-1"
             - "--kafka_adapter_host={{ .Values.services.kafka.adapter.service }}"
@@ -90,4 +90,4 @@
               port: 8080
             initialDelaySeconds: 10
             periodSeconds: 5
-{{- end }}
\ No newline at end of file
+{{- end }}