Fixing the openonu-py template to support openonu-go only deployments
Change-Id: I4ad9d766797fa1752ae638b31e559a17941d4b36
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index 165d599..b61e619 100644
--- a/voltha-adapter-openonu/Chart.yaml
+++ b/voltha-adapter-openonu/Chart.yaml
@@ -17,4 +17,4 @@
description: A Helm chart for Voltha OpenONU Adapter
icon: https://guide.opencord.org/logos/cord.svg
-version: 2.3.3
+version: 2.3.4
diff --git a/voltha-adapter-openonu/templates/adapters-openonu.yaml b/voltha-adapter-openonu/templates/adapters-openonu.yaml
index 90c7830..ef3b3a2 100644
--- a/voltha-adapter-openonu/templates/adapters-openonu.yaml
+++ b/voltha-adapter-openonu/templates/adapters-openonu.yaml
@@ -13,7 +13,6 @@
# limitations under the License.
{{- $root := . -}}
{{- if not (and (hasKey .Values "use_openonu_adapter_go") .Values.use_openonu_adapter_go) }}
-{{- end }}
{{- $tag := tpl ( tpl .Values.images.adapter_open_onu.tag . ) . }}
{{- $repository := tpl .Values.images.adapter_open_onu.repository . }}
{{- $registry := tpl .Values.images.adapter_open_onu.registry . }}
@@ -107,3 +106,4 @@
periodSeconds: 5
{{- end }}
+{{- end }} # end if use_openonu_adapter_go