You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Helm Chart currently not support that new type genericEphemeralVolume.
Describe the solution you'd like
I happily provide a PR to add that support. What I would need to know is whether I should also bump the kubernetes-plugin in such PR to the supporting version or if I should split it into different PRs? It looks like there is no automatism right now to update the listed plugins.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
I happily provide a PR to add that support. What I would need to know is whether I should also bump the kubernetes-plugin in such PR to the supporting version or if I should split it into different PRs? It looks like there is no automatism right now to update the listed plugins.
Combined PR is fine, there's discussion in this pull request about automating the update of the plugin: #979
Is your feature request related to a problem? Please describe
jenkinsci/kubernetes-plugin#1489 introduces the possibility to use ephemeral storage volumes in the Build pod specification. According to
helm-charts/charts/jenkins/templates/_helpers.tpl
Lines 480 to 492 in 762105a
genericEphemeralVolume
.Describe the solution you'd like
I happily provide a PR to add that support. What I would need to know is whether I should also bump the
kubernetes-plugin
in such PR to the supporting version or if I should split it into different PRs? It looks like there is no automatism right now to update the listed plugins.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: