[COMAC-127] Add conditional statement to disable ProgRAN

Change-Id: I86d3c42ccbf427a7b9b06f2a7b2c160a28cb266c
diff --git a/xos-profiles/mcord/Chart.yaml b/xos-profiles/mcord/Chart.yaml
index 580d102..427a8ed 100644
--- a/xos-profiles/mcord/Chart.yaml
+++ b/xos-profiles/mcord/Chart.yaml
@@ -17,7 +17,7 @@
 description: A Helm chart for the "mcord" profile
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 1.1.6
+version: 1.1.7
 
 # xosproject/tosca-loader version
 appVersion: 1.3.0
diff --git a/xos-profiles/mcord/templates/tosca-configmap.yaml b/xos-profiles/mcord/templates/tosca-configmap.yaml
index 253d045..1709094 100644
--- a/xos-profiles/mcord/templates/tosca-configmap.yaml
+++ b/xos-profiles/mcord/templates/tosca-configmap.yaml
@@ -27,8 +27,10 @@
 {{- end }}
   030-fixtures.yaml: |
 {{ include "mcord.fixtureTosca" . | indent 4 }}
+{{- if .Values.progran.enabled }}
   040-progran-service.yaml: |
 {{ include "progran.serviceTosca" .Values.progran | indent 4 }}
+{{- end }}
   050-vrouter-service.yaml: |
 {{ include "vrouter.serviceTosca" .Values.vrouter | indent 4 }}
   100-mcord-subscriber-service.yaml: |