Using BBSIM 0.0.7 and exposing -delay parameter

Change-Id: I0cb82f0ab4e01b85b9c61e5ef8d0ca702345ac90
diff --git a/bbsim/Chart.yaml b/bbsim/Chart.yaml
index 3222922..d5c8aaa 100644
--- a/bbsim/Chart.yaml
+++ b/bbsim/Chart.yaml
@@ -16,5 +16,5 @@
 description: Broadband Simulator
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 3.0.2
-appVersion: 0.0.5
+version: 3.0.3
+appVersion: 0.0.7
diff --git a/bbsim/templates/deployment.yaml b/bbsim/templates/deployment.yaml
index 206b557..e8ff09d 100644
--- a/bbsim/templates/deployment.yaml
+++ b/bbsim/templates/deployment.yaml
@@ -55,6 +55,7 @@
             {{ if .Values.dhcp -}}
             "-dhcp",
             {{ end -}}
+            "-delay {{ .Values.delay }}"
           ]
           ports:
             - name: "bbsim-olt-id-{{ .Values.olt_id }}"
diff --git a/bbsim/values.yaml b/bbsim/values.yaml
index 80b84c9..c75b8d2 100644
--- a/bbsim/values.yaml
+++ b/bbsim/values.yaml
@@ -22,6 +22,7 @@
 onu: 1
 auth: false
 dhcp: false
+delay: 200
 
 # TODO read this values in the config
 olt_tcp_port: 50060