Skip to content
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

Add support for generic ephemeral storage #983

Merged
merged 3 commits into from
Jan 17, 2024

Conversation

justusbunsi
Copy link
Member

@justusbunsi justusbunsi commented Jan 17, 2024

What does this PR do?

jenkinsci/kubernetes-plugin#1489 introduces the possibility to use ephemeral storage volumes in the Build pod specification. This change makes it explicit that this volume type is supported by the Helm Chart.

Submitter checklist

  • I bumped the "version" key in ./charts/jenkins/Chart.yaml.
  • I added a new changelog entry to ./charts/jenkins/CHANGELOG.md.
  • I followed the technical requirements.

Special notes for your reviewer

During implementation I realized that there is a fallback/default behavior for when the desired type is not listed/implemented. Since the kubernetes plugin had to be updated anyways to allow that type, I continued implementing this PR.

@justusbunsi justusbunsi requested a review from a team as a code owner January 17, 2024 17:20
@timja timja merged commit d932f04 into jenkinsci:main Jan 17, 2024
5 checks passed
@justusbunsi justusbunsi deleted the feature-982 branch January 17, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for generic ephemeral storage
2 participants