From 80f32ffac6a8962479f3bf90455c072e4006f661 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Mon, 3 May 2021 15:24:59 +0200 Subject: [PATCH] [SDC] Fix image name One of SDC onboarding fe image is using the old way. Change it to the right way. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux Change-Id: I84d5328f00c233e73bd361868e0242e1d29b48f8 --- kubernetes/sdc/components/sdc-onboarding-be/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/sdc/components/sdc-onboarding-be/templates/deployment.yaml b/kubernetes/sdc/components/sdc-onboarding-be/templates/deployment.yaml index 5c530fea72..af53fd6708 100644 --- a/kubernetes/sdc/components/sdc-onboarding-be/templates/deployment.yaml +++ b/kubernetes/sdc/components/sdc-onboarding-be/templates/deployment.yaml @@ -93,7 +93,7 @@ spec: memory: 20Mi {{- end }} - name: volume-permissions - image: {{ .Values.global.busyboxRepository | default .Values.busyboxRepository }}/{{ .Values.global.busyboxImage | default .Values.busyboxImage }} + image: {{ include "repositoryGenerator.image.busybox" . }} imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} command: - sh -- 2.16.6