jenkinsci / helm-charts

Jenkins helm charts
https://artifacthub.io/packages/helm/jenkinsci/jenkins
Apache License 2.0
573 stars 889 forks source link

feat: add support for usageRestricted and skipTlsVerify #1159

Closed sistemi-iungo closed 3 months ago

sistemi-iungo commented 3 months ago

Fixes jenkinsci/helm-charts#901

What does this PR do?

Add capabilities for set skipTlsVerify and usageRestricted flags for multicloud configuration. The flag are defaulted to false

If you modified files in the ./charts/jenkins/ directory, please also include the following:

### Submitter checklist
- [x] I bumped the "version" key in `./charts/jenkins/Chart.yaml`.
- [x] I added a new changelog entry to `./charts/jenkins/CHANGELOG.md`.
- [x] I followed the [technical requirements](https://github.com/jenkinsci/helm-charts/blob/main/CONTRIBUTING.md#technical-requirements).
- [x] I ran `.github/helm-docs.sh` from the project root.

Special notes for your reviewer