-
Notifications
You must be signed in to change notification settings - Fork 38
flux: Fix dependencies #294
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
Conversation
improves the Docker build process, GitHub Actions workflow, and plugin dependencies for the Headlamp Kubernetes plugins repository. Signed-off-by: Kirill <[email protected]>
|
What issue does this solve? @ashu8912 i think we should update dependencies outside of this PR. I think updates will be handled with a headlamp-plugin update. |
Error: Cannot find module @rollup/rollup-linux-arm64-gnu https://github.com/headlamp-k8s/plugins/actions/runs/14095869941/job/39482966413#step:9:287 |
Ok, but without it the GH WF for the ARM based arch did not complete with success. |
Thanks for the info. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How are we handling the missing arm package here? I see a lot of unnecessary changes here
From my side, I just run Btw, You can check my fork with these changes here https://github.com/kksudo/plugins/actions/runs/15802543339. |
|
I think this is already fixed after I saw your PRs and submitted similar changes. Can you check @kksudo (and thanks for all these nice PRs, in the end they needed slight changes and we moved with them, but I want to understand if there's anything pending). |
Hi, thx for update! So, I guess we close this PR. |
|
Closing this, this is fixed in main |


Description
Fixed Flux Dependencies: Resolved issues with the flux plugin dependencies to ensure stability.
N.B.: Could be related to these PRs:
Split this PR.
#290 (comment)