diff --git a/arena-artifacts/charts/pytorch-operator/templates/operator-dp.yaml b/arena-artifacts/charts/pytorch-operator/templates/operator-dp.yaml index e1d262b6a..1f278e43e 100644 --- a/arena-artifacts/charts/pytorch-operator/templates/operator-dp.yaml +++ b/arena-artifacts/charts/pytorch-operator/templates/operator-dp.yaml @@ -32,6 +32,7 @@ spec: - -v=1 - --monitoring-port=8443 - --threadiness=4 + - --init-container-image={{ .Values.initContainerImage }} # image: gcr.io/kubeflow-images-public/pytorch-operator:v0.6.0-18-g5e36a57 image: {{ include "arena.imagePrefix" . }}/{{ .Values.image }}:{{ .Values.tag }} imagePullPolicy: {{ .Values.imagePullPolicy }} diff --git a/arena-artifacts/values.yaml b/arena-artifacts/values.yaml index 6807116bf..f0fe3fa13 100644 --- a/arena-artifacts/values.yaml +++ b/arena-artifacts/values.yaml @@ -76,7 +76,7 @@ mpi: pytorch: enabled: true image: acs/pytorch-operator - tag: v1.0-aliyun-5ab19b0 + tag: v1.0-aliyun-4026101 imagePullPolicy: IfNotPresent resources: limits: @@ -86,6 +86,7 @@ pytorch: cpu: 100m memory: 256Mi nodeSelector: {} + initContainerImage: alpine:3.10 # et-operator et: