tao12345666333 opened a new issue #120: URL: https://github.com/apache/apisix-helm-chart/issues/120
Currently our publishing process is not fully automated, and the content in https://charts.apiseven.com and GitHub are not synchronized in real time, which is not conducive to the open source collaboration of this project. I think we can host helm charts on GitHub pages. I have tested successfully in my fork repo. ``` ➜ ~ helm repo add x-apisix https://moelove.info/apisix-helm-chart/ "x-apisix" has been added to your repositories ➜ ~ helm repo update Hang tight while we grab the latest from your chart repositories... ...Successfully got an update from the "demo" chart repository ...Successfully got an update from the "apisix" chart repository ...Successfully got an update from the "ingress-nginx" chart repository ...Successfully got an update from the "x-apisix" chart repository Update Complete. ⎈Happy Helming!⎈ ➜ ~ helm search repo x-apisix NAME CHART VERSION APP VERSION DESCRIPTION x-apisix/apisix 0.3.6 2.7.0 A Helm chart for Apache APISIX x-apisix/apisix-dashboard 0.1.6 2.7.0 A Helm chart for Apache APISIX Dashboard x-apisix/apisix-ingress-controller 0.5.1 1.0.0 Apache APISIX Ingress Controller for Kubernetes ``` We need to solve a few problems to apply these changes to this project: - [ ] create a `gh-pages` branch for host charts - [ ] redirect `https://charts.apiseven.com` to `https://apache.github.io/apisix-helm-chart` to avoid breaking users -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
