diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl
index 9dd7502ea29ba9a01a38bee25a20a005cf373779..304c2b765654ec1dc08dd4b9a7a02182e35ca2fe 100644
--- a/chart/templates/_helpers.tpl
+++ b/chart/templates/_helpers.tpl
@@ -153,14 +153,14 @@ Annotation for Istio version
 {{- define "istioAnnotation" -}}
 {{- if (eq .Values.istio.sourceType "git") -}}
 {{- if .Values.istio.git.semver -}}
-bigbang.dev/istioVersion: {{ .Values.istio.git.semver | trimSuffix (regexFind "-bb.*" .Values.istio.git.semver) }}
+bigbang.dev/istioVersion: {{ .Values.istio.git.semver | trimSuffix (regexFind "-bb.*" .Values.istio.git.semver) }}{{ if .Values.istio.enterprise }}-enterprise{{ end }}
 {{- else if .Values.istio.git.tag -}}
-bigbang.dev/istioVersion: {{ .Values.istio.git.tag | trimSuffix (regexFind "-bb.*" .Values.istio.git.tag) }}
+bigbang.dev/istioVersion: {{ .Values.istio.git.tag | trimSuffix (regexFind "-bb.*" .Values.istio.git.tag) }}{{ if .Values.istio.enterprise }}-enterprise{{ end }}
 {{- else if .Values.istio.git.branch -}}
-bigbang.dev/istioVersion: {{ .Values.istio.git.branch }}
+bigbang.dev/istioVersion: {{ .Values.istio.git.branch }}{{ if .Values.istio.enterprise }}-enterprise{{ end }}
 {{- end -}}
 {{- else -}}
-bigbang.dev/istioVersion: {{ .Values.istio.helmRepo.tag }}
+bigbang.dev/istioVersion: {{ .Values.istio.helmRepo.tag }}{{ if .Values.istio.enterprise }}-enterprise{{ end }}
 {{- end -}}
 {{- end -}}
 
@@ -305,4 +305,4 @@ bigbang.dev/istioVersion: {{ .Values.istio.helmRepo.tag }}
   {{- if $cert -}}
     {{- printf "-----BEGIN CERTIFICATE-----\n%s\n-----END CERTIFICATE-----" $cert -}}
   {{- end -}}
-{{- end -}}
\ No newline at end of file
+{{- end -}}