From fffe246de7486a039d9dda82d16b051b8653a68c Mon Sep 17 00:00:00 2001 From: Romeo Dumitrescu Date: Wed, 15 Dec 2021 12:28:33 +0200 Subject: [PATCH] Hotfix: Fix Helm template - Fix helm chart template by removing deprecated condition (merge issue) - Fixes: #15 --- src/helm/azure-pipelines-agent/templates/statefulset.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helm/azure-pipelines-agent/templates/statefulset.yaml b/src/helm/azure-pipelines-agent/templates/statefulset.yaml index 91a48d3..f077b8d 100644 --- a/src/helm/azure-pipelines-agent/templates/statefulset.yaml +++ b/src/helm/azure-pipelines-agent/templates/statefulset.yaml @@ -42,7 +42,6 @@ spec: {{- toYaml .Values.securityContext | nindent 12 }} {{- end }} {{- end }} - {{- if .Values.image.tag }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} env: