[VOL-3779] Hotfix - remove stale 'global' key from values.yaml

Change-Id: Iebe13d0163685e18f4668fa7cb13aee5bf567fe4
diff --git a/bbsim/Chart.yaml b/bbsim/Chart.yaml
index f763142..51d0b31 100644
--- a/bbsim/Chart.yaml
+++ b/bbsim/Chart.yaml
@@ -16,5 +16,5 @@
 description: Broadband Simulator
 icon: https://guide.opencord.org/logos/cord.svg
 apiVersion: v1
-version: 4.1.7
+version: 4.1.8
 appVersion: 1.4.2
diff --git a/bbsim/values.yaml b/bbsim/values.yaml
index a73872f..e5c2ee8 100644
--- a/bbsim/values.yaml
+++ b/bbsim/values.yaml
@@ -67,8 +67,6 @@
     tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}{{ .Chart.AppVersion }}{{- end }}{{- else }}{{ .Chart.AppVersion }}{{- end }}'
     pullPolicy: '{{ .Values.global.image_pullPolicy | default "Always" }}'
 
-global:
-  registry: ''
 
 serviceAccountName: default