This is an automated email from the ASF dual-hosted git repository.

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new a88dcaf  SUBMARINE-992. Change minio docker image
a88dcaf is described below

commit a88dcaf2748dc334df7b297c952729c049ee7fa2
Author: KUAN-HSUN-LI <[email protected]>
AuthorDate: Thu Aug 19 16:36:08 2021 +0800

    SUBMARINE-992. Change minio docker image
    
    ### What is this PR for?
    Submarine minio is using minio charts' `helm chart` which is archived after 
April 2021 (https://github.com/minio/charts)
    However the new package `minio operator` is using Kubernetes 1.19+, we 
should use the docker image which minio charts can support.
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-992
    
    ### How should this be tested?
    Check the http://localhost:32080/minio link is working
    
    ### Screenshots (if appropriate)
    
https://user-images.githubusercontent.com/38066413/130038984-68a92f2a-af50-470f-8c95-7b548998f5dc.mp4
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: KUAN-HSUN-LI <[email protected]>
    
    Signed-off-by: Kevin <[email protected]>
    
    Closes #716 from KUAN-HSUN-LI/SUBMARINE-992 and squashes the following 
commits:
    
    44021403 [KUAN-HSUN-LI] SUBMARINE-992. Change minio docker image
---
 helm-charts/submarine/templates/submarine-minio.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-charts/submarine/templates/submarine-minio.yaml 
b/helm-charts/submarine/templates/submarine-minio.yaml
index d61da3a..ed3d8ce 100644
--- a/helm-charts/submarine/templates/submarine-minio.yaml
+++ b/helm-charts/submarine/templates/submarine-minio.yaml
@@ -64,7 +64,7 @@ spec:
     spec:
       containers:
       - name: submarine-minio-container
-        image: minio/minio:latest
+        image: minio/minio:RELEASE.2021-02-14T04-01-33Z
         imagePullPolicy: IfNotPresent
         args:
         - server

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to