[VOL-3831] Exposing the profiler for the openonu adapter go

Change-Id: I0d5a1910a08a468eb21487f2eac578ccb74e4f57
diff --git a/voltha-adapter-openonu/values.yaml b/voltha-adapter-openonu/values.yaml
index 2f399be..9fb4234 100644
--- a/voltha-adapter-openonu/values.yaml
+++ b/voltha-adapter-openonu/values.yaml
@@ -89,6 +89,10 @@
   - ARCA
   - AVMG
 
+# Expose the golang pprof webserver, if enabled
+profiler:
+  enabled: false
+
 # Define the recplica count for everything
 replicas:
   adapter_open_onu: 1
@@ -112,5 +116,5 @@
   adapter_open_onu_go:
     registry: '{{ .Values.global.image_registry }}'
     repository: '{{ .Values.global.image_org }}voltha-openonu-adapter-go'
-    tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}1.2.1{{- end }}{{- else }}1.2.1{{- end }}'
+    tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}1.2.2{{- end }}{{- else }}1.2.2{{- end }}'
     pullPolicy: '{{ .Values.global.image_pullPolicy }}'