istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/charts/istio-cni/templates/_helpers.tpl (about)

     1  {{- define "name" -}}
     2      istio-cni
     3  {{- end }}
     4  
     5  
     6  {{- define "istio-tag" -}}
     7      {{ .Values.cni.tag | default .Values.global.tag }}{{with (.Values.cni.variant | default .Values.global.variant)}}-{{.}}{{end}}
     8  {{- end }}