kayx23 commented on issue #990: URL: https://github.com/apache/apisix-helm-chart/issues/990#issuecomment-4921518094
Thanks for reporting this. The chart package and the `gh-pages` index had been generated, but the GitHub Pages deployment for that update had failed, so `https://apache.github.io/apisix-helm-chart/index.yaml` was still serving the older index. I re-ran the full `pages-build-deployment` workflow and it completed successfully. I also verified the public Helm index now contains `apisix` chart `2.16.0`, and this works from a fresh Helm cache: ```sh helm repo update apisix helm show chart apisix/apisix --version 2.16.0 ``` Closing as fixed. -- 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]
