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

feat: add webhook timeout values #889

Closed
wants to merge 10 commits into from

Conversation

falcorocks
Copy link
Contributor

@falcorocks falcorocks commented Jan 20, 2025

Description of the change

Adds optional timeout values. The chart creates 4 webhook configuration objects (2 ValidatingWebhookConfiguration and 2 MutatingWebhookConfiguration. These are all created with the default timeoutSeconds (docs) set to 10s. In some cases this is excessive (Kuberentes docs recommend this value to be as short as possible). In other cases user experience the need for longer timeouts, up to 20 seconds. This PR allows users to specify a specific timeout for each of the 4 configurations.

Existing or Associated Issue(s)

see for instance https://sigstore.slack.com/archives/C03096V09F1/p1737372057769759

Additional Information

Checklist

  • Chart version bumped in Chart.yaml according to semver. Where applicable, update and bump the versions in any associated umbrella chart
  • Variables are documented in the values.yaml and added to the README.md. The helm-docs utility can be used to generate the necessary content. Use helm-docs --dry-run to preview the content.
  • JSON Schema generated.
  • List tests pass for Chart using the Chart Testing tool and the ct lint command.

@falcorocks falcorocks marked this pull request as draft January 20, 2025 14:53
bobcallaway and others added 9 commits January 20, 2025 17:03
…7.18 in /charts/updatetree (sigstore#878)

* build(deps): bump sigstore/scaffolding/updatetree in /charts/updatetree

Bumps sigstore/scaffolding/updatetree from v0.7.15 to v0.7.18.

---
updated-dependencies:
- dependency-name: sigstore/scaffolding/updatetree
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* make docs and fix chart version

Signed-off-by: Bob Callaway <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Bob Callaway <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bob Callaway <[email protected]>
* bump rekor chart for scaffolding v0.7.18 release

Signed-off-by: Bob Callaway <[email protected]>

* fix doc

Signed-off-by: Bob Callaway <[email protected]>

---------

Signed-off-by: Bob Callaway <[email protected]>
…orocks/sigstore-helm-charts into feat-timeouts

Signed-off-by: falcorocks <[email protected]>
@falcorocks falcorocks reopened this Jan 20, 2025
@falcorocks falcorocks closed this Jan 20, 2025
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.

3 participants