-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish Helm chart directly from this repository to Public ECR #3880
Comments
The new release has been cut on eks-charts. You should now be able to fetch the latest version. |
no no no 😅 - @shraddhabang this isn't about the latest version. this is about moving away from the chart being hosted on the GitHub created chart index to Public ECR, and then any future chart releases are published directly from this repository to Public ECR For example - node-termination-handler now does this https://github.com/aws/aws-node-termination-handler/tree/main/config/helm/aws-node-termination-handler and we have been able to remove this from the |
Sorry my bad. Just realised I added comment on the wrong one. :D |
@bryantbiggs, hi we do not have plan to deprecate aws-load-balancer-controller chart from eks-chart as right now. Eventually we shall move to host our charts into public ECR, but it's not ready yet. And this will break users who relies on eks-chart to install the controller |
understood, and thats why the issue - to get it on the teams radar. Charts need to start moving out of |
Hi, I hope any official helm chart should be published as standard helm registry, not as OCI. Thank you. |
its just like what is stated in the issue you linked - its better to control the artifacts from the source where they are created. |
Sorry to say but it sounds not reasonable to me for introducing breaking changes. And ECR couldn't be only choice as a destination. I imagine it was so tough to maintain the issues like eks-charts', but I wish AWS would care the compatibility for developers as well. |
Is your feature request related to a problem?
Describe the solution you'd like
Publish Helm chart directly from this repository to Public ECR so that we can remove the dependency on
eks-charts
This chart should be published from this repository primarily due to 2 reasons:
aws-load-balancer-controller
artifacts in unison - both the image and the helm chartThe container image is already being published to Public ECR, the same should be done for the Helm chart which then allows both the image and the chart to be published together to Public ECR
We have opened a PR on the
eks-charts
repo to deprecate and remove this chart and direct users to this project going forward - aws/eks-charts#1172Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: