-
Notifications
You must be signed in to change notification settings - Fork 6k
Drop duplicate Helm values from values.yaml #4450
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
Drop duplicate Helm values from values.yaml #4450
Conversation
* Use frozen lockfile for test dependencies in CI This might be causing more Playwright issues. * Bump Playwright Mostly just to trigger a reinstall of dependencies since it is cached and still failing. Once updated it errors saying install needs to run so add that too.
Codecov Report
@@ Coverage Diff @@
## main #4450 +/- ##
=======================================
Coverage 66.04% 66.04%
=======================================
Files 30 30
Lines 1602 1602
Branches 315 315
=======================================
Hits 1058 1058
Misses 466 466
Partials 78 78 Continue to review full report at Codecov.
|
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.
Awesome! Thanks for fixing this so quickly!
I think we just merged a PR that fixes the e2e tests so maybe you can rebase onto |
…into 4441-fix-duplicate-helm-values
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.
🤞 Please work!
@jsjoeio is this ready for merge? I don't want main getting too far out of sync and having to do a fat rebase again 😅 |
Yes! Thanks for the bump! Merging :D |
Fixes #4441