From: Krzysztof Opasiak Date: Tue, 11 May 2021 12:28:51 +0000 (+0000) Subject: Merge "[SDC] Fix image name" X-Git-Tag: 9.0.0~273 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8765a06d25e77664ab2ebba089e531f7a995bca1;hp=7782c3e8da81539a348a5fd18c44dcc6a1983dc3;p=oom.git Merge "[SDC] Fix image name" --- 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