You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/10/19 13:44:59 UTC

[GitHub] [incubator-devlake] matrixji opened a new pull request, #3494: fix(deployment): Using latest image in helm chart

matrixji opened a new pull request, #3494:
URL: https://github.com/apache/incubator-devlake/pull/3494

   # Summary
   
   Using the latest image for helm deployment on the main branch.
   
   Fix: #3479, maybe lit bit the same as ongoing #3480
   
   ### Does this close any open issues?
   Closes #3479
   
   ### Screenshots
   N/A
   
   ### Other Information
   Currently, Mysql-8 uses oracle based image, it seems not to work well with the KinD pipeline, so keep Debian-based MySQL image in the CI pipeline.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] warren830 merged pull request #3494: fix(deployment): Using latest image in helm chart

Posted by GitBox <gi...@apache.org>.
warren830 merged PR #3494:
URL: https://github.com/apache/incubator-devlake/pull/3494


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] matrixji commented on pull request #3494: fix(deployment): Using latest image in helm chart

Posted by GitBox <gi...@apache.org>.
matrixji commented on PR #3494:
URL: https://github.com/apache/incubator-devlake/pull/3494#issuecomment-1284051094

   Some discussions with @warren830: 
   - Need to use the latest image for MySQL-8, and need also support arm64/v8 arch, as guys may use arm base mac.
   - Currently, the official image with `mysql:8` does not work well with the KinD pipeline, so let's keep using the Debian-based MySQL image. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] warren830 commented on pull request #3494: fix(deployment): Using latest image in helm chart

Posted by GitBox <gi...@apache.org>.
warren830 commented on PR #3494:
URL: https://github.com/apache/incubator-devlake/pull/3494#issuecomment-1284807482

   Great work, thank you @matrixji 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org