diff --git a/manifests/kustomize/env/azure/minio-azure-gateway/minio-azure-gateway-deployment.yaml b/manifests/kustomize/env/azure/minio-azure-gateway/minio-azure-gateway-deployment.yaml index 56979c42e945..a5b6f38eb16b 100644 --- a/manifests/kustomize/env/azure/minio-azure-gateway/minio-azure-gateway-deployment.yaml +++ b/manifests/kustomize/env/azure/minio-azure-gateway/minio-azure-gateway-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: minio - image: gcr.io/ml-pipeline/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance + image: gcr.io/ml-pipeline/minio:RELEASE.2022-04-16T04-26-02Z-license-compliance args: - gateway - azure diff --git a/manifests/kustomize/env/gcp/minio-gcs-gateway/minio-gcs-gateway-deployment.yaml b/manifests/kustomize/env/gcp/minio-gcs-gateway/minio-gcs-gateway-deployment.yaml index bb85c95eb0d9..d0ae319b01bd 100644 --- a/manifests/kustomize/env/gcp/minio-gcs-gateway/minio-gcs-gateway-deployment.yaml +++ b/manifests/kustomize/env/gcp/minio-gcs-gateway/minio-gcs-gateway-deployment.yaml @@ -18,12 +18,12 @@ spec: serviceAccountName: kubeflow-pipelines-minio-gcs-gateway containers: - name: minio - image: gcr.io/ml-pipeline/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance + image: gcr.io/ml-pipeline/minio:RELEASE.2022-04-16T04-26-02Z-license-compliance args: - gateway - gcs - $(GCP_PROJECT_ID) - env: + env: - name: GCP_PROJECT_ID valueFrom: configMapKeyRef: diff --git a/manifests/kustomize/third-party/minio/base/minio-deployment.yaml b/manifests/kustomize/third-party/minio/base/minio-deployment.yaml index a1bd963078d4..8d35910bc932 100644 --- a/manifests/kustomize/third-party/minio/base/minio-deployment.yaml +++ b/manifests/kustomize/third-party/minio/base/minio-deployment.yaml @@ -16,33 +16,33 @@ spec: app: minio spec: containers: - - args: - - server - - /data - env: - - name: MINIO_ACCESS_KEY - valueFrom: - secretKeyRef: - name: mlpipeline-minio-artifact - key: accesskey - - name: MINIO_SECRET_KEY - valueFrom: - secretKeyRef: - name: mlpipeline-minio-artifact - key: secretkey - image: gcr.io/ml-pipeline/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance - name: minio - ports: - - containerPort: 9000 - volumeMounts: - - mountPath: /data - name: data - subPath: minio - resources: - requests: - cpu: 20m - memory: 100Mi + - args: + - server + - /data + env: + - name: MINIO_ACCESS_KEY + valueFrom: + secretKeyRef: + name: mlpipeline-minio-artifact + key: accesskey + - name: MINIO_SECRET_KEY + valueFrom: + secretKeyRef: + name: mlpipeline-minio-artifact + key: secretkey + image: gcr.io/ml-pipeline/minio:RELEASE.2022-04-16T04-26-02Z-license-compliance + name: minio + ports: + - containerPort: 9000 + volumeMounts: + - mountPath: /data + name: data + subPath: minio + resources: + requests: + cpu: 20m + memory: 100Mi volumes: - - name: data - persistentVolumeClaim: - claimName: minio-pvc + - name: data + persistentVolumeClaim: + claimName: minio-pvc