[SDC] Fix image name 23/121023/7
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 3 May 2021 13:24:59 +0000 (15:24 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 17 May 2021 12:54:59 +0000 (12:54 +0000)
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 <sylvain.desbureaux@orange.com>
Change-Id: I84d5328f00c233e73bd361868e0242e1d29b48f8

kubernetes/sdc/components/sdc-onboarding-be/templates/deployment.yaml

index 5c530fe..af53fd6 100644 (file)
@@ -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