diff --git a/src/stable/f5-bigip-ctlr/templates/f5-bigip-ctlr-deploy.yaml b/src/stable/f5-bigip-ctlr/templates/f5-bigip-ctlr-deploy.yaml index efce45d31..7c6c8837b 100644 --- a/src/stable/f5-bigip-ctlr/templates/f5-bigip-ctlr-deploy.yaml +++ b/src/stable/f5-bigip-ctlr/templates/f5-bigip-ctlr-deploy.yaml @@ -64,7 +64,11 @@ spec: {{- end }} containers: - name: {{ template "f5-bigip-ctlr.name" . }} + {{- if .Values.version }} image: "{{ .Values.image.user }}/{{ .Values.image.repo }}:{{ .Values.version }}" + {{- else }} + image: "{{ .Values.image.user }}/{{ .Values.image.repo}}" + {{- end }} livenessProbe: failureThreshold: 3 httpGet: