-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Helm Charts maintainer needed #1975
Comments
I see some good PRs raised in recent times. The helm chart is really useful and I see contributions thriving. I wish I were expert in kubernetes and Helm chart. |
The problem is that people come to contribute something and never return, which is OK. That is also part of what open source is. However, we do not have the time to test changes correctly and ensure some level of quality in the chart. We need a GitHub workflow that helps us with that. |
I also tried to investigate the testing by comparing output via |
@VietND96 There are some interesting github actions on marketplace for using in Github workflows. There is no need to install minikube, it spins up KIND for kubernetes cluster. I am ready for collaboration if required since I have good experience in using Github actions. |
I tried the above GitHub action and it threw some valid linting issues. After solving those linting issues I am now facing issues in helm chart dependencies. Next step : I probably I need to build helm chart first so that It download keda helm chart. Will keep updated. |
@amardeep2006 , the action looks good. You can go ahead and initialize the workflow since I have not started yet :) |
@diemol The GitHub action is now passing. Here is the latest run I did against . It needs a Name of maintainer in Helm Chart (GitHub username and email) to pass linting. Do we have a volunteer for this? Or can I put your name for time being ? |
Where is this needed? |
@diemol It is required by ct tool in Chart.yml. ct tool has this as linting rule that maintainer must be added as Github id. selenium-grid => (version: "0.23.1", path: "charts/selenium-grid") > chart doesn't have maintainers I tried passing dummy value, it failed with error : Error: failed linting charts: failed processing charts |
I saw most Dockerfile are using the label authors="Selenium selenium-developers@googlegroups.com" maintainers:
- name: Selenium
email: selenium-developers@googlegroups.com
sources:
- https://github.com/SeleniumHQ/docker-selenium |
I will raise with following in a day or two. I will use SeleniumHQ because Selenium namespace is taken by someone already in GitHub.
|
Raised PR #2002 This can act as foundation for tests. |
Raised fresh PR as previous PR had some CLA issue. #2003 |
@VietND96 Thanks for improvements in GitHub Workflow triggers in subsequent PRs. Highly Appreciate. |
@diemol Does the workflow contribution is sufficient to keep the helm chart alive as part of main repo ? If you feel something else is needed for testing , please share the needs. |
Ideally, we need a flow that starts the chart, runs a few Selenium tests, and checks that everything works. Plus, someone who helps maintain it and triage related issues. |
May be something like this https://helm.sh/docs/topics/chart_tests/ PR --> GH Workflow --> spinup KIND --> ct install (which internally invoke May be a new Docker Image is needed that has all the test cases packages already . OR may be that container can mount test cases from GitHub runner as volume ? Or may be existing tests may be run against grid ingress for simplicity. What do you think of this idea @VietND96 . Or there is some better Industry Practice you are aware ? |
@diemol @VietND96 I have raised PR #2027 to address this concern. Now on PR Workflow will run existing selenium test cases against the Kubernetes ingress. On triaging can you please explain the expectations, roles and responsibilities a bit more. |
Thanks, @amardeep2006!
Well, someone who is replying and fixing issues related to the Helm chart. The Helm chart has been a contribution from the community, and while we are happy about it, it has made our maintenance load higher. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Feature and motivation
We have been unable to handle updates and proper testing for the helm chart. We are looking for someone who wants to maintain them long-term.
Usage example
If we do not find someone by the end of November 2023, we will move the chart to the https://github.com/seleniumhq-community organization.
The text was updated successfully, but these errors were encountered: