Closed manuelbcd closed 1 year ago
Partner addons are now referenced here https://aws-ia.github.io/terraform-aws-eks-blueprints-addons/main/aws-partner-addons/ as opposed to embedding within the addons module. Does this help resolve your question?
Thanks, @bryantbiggs. I assume from your response that partner add-ons versions don't require to be updated any more, is that right? (we had to update the addon version referenced from your respoitory to ours every time we update our addon)
thanks in advance
that partner add-ons versions don't require to be updated any more, is that right
Correct - we have made changes to resolve the cyclical dependencies and let partners manage their addons as they see fit
Thanks for that. I will try to reference the latest version of aws framework (1.3.0) and confirm that it works (current referenced version 1.2.8 still has references to partner repos)
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
@askulkarni2 @bryantbiggs can we re-open the issue please? it was never resolved, thanks
Hi @manuelbcd - what is not resolved?
Sorry, I was referring to a different issue. Please ignore.
We have updated Sysdig addon with several changes and upgraded some components (i.e. helm chart, etc.)
https://github.com/sysdiglabs/terraform-eksblueprints-sysdig-addon
However we can't update aws-ia/terraform-aws-eks-blueprints module reference since v.4.32.1 got rid of all modules/ subfolders, while 4.32.0 had a reference within modules/ folder https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/80bd3b92e0f82f45a187805d6d847db320a01c31/modules/kubernetes-addons/main.tf#L443
My question is... how we can update referece to our add-on version now that modules/kubernetes-addon/main.tf has been removed?