是否有任何工具可以通过changin helm-chart repo在dockerhub映像和argocd之间进行双向同步?

问题描述

我们一直在尝试使用dockerhub autobuild创建的新图像标签自动更新包含应用程序舵图的git存储库,以便argocd可以自动同步应用程序存储库。

所需的工作流程是这样的:

code push to the bibucket--->trigger bitbucket pipeline which will test and build the code and create a tag--->docker-hub auto-build will be trigger after the new tag available in bitbucket---->after completing the image creation docker-hub will trigger a web-hook with post data-->????---->update the application helm chart automatically using web-hook post data(image tag)--->argocd auto-sync the changes in helm repo and deploy the changes

现在的问题是,我们如何才能在dockerhub和helm chart存储库之间进行这种同步? 还是可以采用其他方法来达到相同的目的。

NB:我们不想遵循任何其他笨重的ci / cd工具(例如jenkins或spinnekar或tekton)来实现这一小部分。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...