-
Notifications
You must be signed in to change notification settings - Fork 16.5k
[stable/jenkins] Revert direct connection fix in previous version #18490
[stable/jenkins] Revert direct connection fix in previous version #18490
Conversation
|
Hi @bergemalm. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/assign @torstenwalter |
|
/ok-to-test |
|
/retest |
1 similar comment
|
/retest |
|
Ping @torstenwalter - we need to get this in since the added semVer compare causes various issues for people... |
|
@bergemalm Can you rebase it on master? |
Sure |
8101ecb to
7a4e05c
Compare
|
Done. @torstenwalter |
|
/lgtm |
|
/retest |
|
@bergemalm GitHub is still complaining about conflicting CHANGELOG file. |
Yes, well another version of this chart was merged. Updating again... |
…anged to disabled by default Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com>
7a4e05c to
2641f56
Compare
Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com>
|
Rebased again. @torstenwalter |
|
/ok-to-test |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bergemalm, torstenwalter The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…lm#18490) * Revert direct connection fix in previous version since it has been changed to disabled by default Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com> * Bump chart version Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com>
…lm#18490) * Revert direct connection fix in previous version since it has been changed to disabled by default Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com> * Bump chart version Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com>
…lm#18490) * Revert direct connection fix in previous version since it has been changed to disabled by default Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com> * Bump chart version Signed-off-by: Mikael Bergemalm <mbergemalm@gmail.com>
What this PR does / why we need it:
Fix created for direct connection enabled by default in kubernetes plugin version 1.20.2 is no longer needed (#18410). It was changed upstream to default to disabled in version 1.21.1 jenkinsci/kubernetes-plugin#633
Which issue this PR fixes
Skips setting direct connect to false.
Special notes for your reviewer:
Reverting still causes issues if you happen to install 1.20.2 and using this helm chart. Also, not specifying the option at all makes
being injected to config.xml with each pod start without being handled by helm chart.
I don't think it's possible to configure this option via JCasC atm either.
Alternative would be to keep it but also adding the option if
latestversion of kubernetes plugin is specified, since it caused issues with semver comparison.Checklist
[stable/mychartname])