helm-charts
helm-charts copied to clipboard
Helm charts for sigstore project
## Description of the change Make the TSA secret reference optional for TUF chart. ## Existing or Associated Issue(s) [#735 ](https://github.com/sigstore/helm-charts/issues/735) ## Additional Information ## Checklist - [x] Chart version...
Follow the pattern used by trillian, which can either manage its own database container or connect to a GCP SQL instance. If a container is created, the trillian mysql image...
# Description of the change Prior to this change, the policy controller webhook was not able to have its deployment strategy modified. If you only deployed a single replica, it...
## Description of the change imagePullSecrets is duplicated in the Trillian chart, which fails the rendering when trying to set an image pull secret. ## Existing or Associated Issue(s) Closes...
**Description** Looking at the charts for the `policy-controller` webhook, it does not seem possible to pass in values for the deployment strategy. Specifically things like `maxSurge`? My actual problem: I'm...
## Description of the change Adds back guard around CRDs to prevent installing. ## Existing or Associated Issue(s) #740 ## Additional Information ## Checklist - [x] Chart version bumped in...
**Description** I am trying to install a release of policy-controller helm chart with externally managed CRDs. First, I tried to set `installCRDs: false`, but that has no effect. In fact,...
**Description** Helm chart is not airgap or private registry friendly. Lots of manual work if required to remove @sha256*, replace image: * with path to private registry,etc. It would be...
**Description** Setting imagePullSecrets in a Trillian values file fails the chart rendering. ``` ➜ helm template trillian sigstore/trillian --set 'imagePullSecrets[0].name=regsecret' | polaris audit --audit-path - --only-show-failed-tests ERRO[0000] Error parsing YAML:...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.4.0 to 3.5.0. Release notes Sourced from sigstore/cosign-installer's releases. v3.5.0 What's Changed Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in sigstore/cosign-installer#157 use go 1.22 now by...