From bc9237a9e8ad637ff12b314f59776d9eaa26ff64 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sat, 5 Nov 2022 14:04:29 +0100 Subject: [PATCH] Update _crd-updater.tpl --- charts/common/templates/lib/util/_crd-updater.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/common/templates/lib/util/_crd-updater.tpl b/charts/common/templates/lib/util/_crd-updater.tpl index c8b3ed40..a4e9202c 100644 --- a/charts/common/templates/lib/util/_crd-updater.tpl +++ b/charts/common/templates/lib/util/_crd-updater.tpl @@ -31,7 +31,7 @@ spec: serviceAccountName: {{ $fullName }}-crds containers: - name: {{ $fullName }}-crds - image: {{ .Values.multiinitImage.repository }}:{{ .Values.multiinitImage.tag }} + image: {{ .Values.ubuntuImage.repository }}:{{ .Values.ubuntuImage.tag }} volumeMounts: - name: {{ $fullName }}-crds mountPath: /etc/crds