sigstore / helm-charts

Helm charts for sigstore project
Apache License 2.0
62 stars 88 forks source link

adds tolerations, nodeSelector, and affinity to tuf. #759

Closed ianhundere closed 2 weeks ago

ianhundere commented 1 month ago

Partly resolves https://github.com/sigstore/helm-charts/issues/696

Description of the change

Adds tolerations, nodeSelector and affinity to charts.

Existing or Associated Issue(s)

Request for tolerations, nodeSelector and affinity to be allowed to configure for all charts

Additional Information

initial PR w/ all changes in one.

Checklist


Charts to be processed:

tuf => (version: "0.1.13", path: "charts/tuf")

"sigstore" already exists with the same configuration, skipping Linting chart "tuf => (version: \"0.1.13\", path: \"charts/tuf\")" Checking chart "tuf => (version: \"0.1.13\", path: \"charts/tuf\")" for a version bump... Old chart version: 0.1.12 New chart version: 0.1.13 Chart version ok. Validating /Users/x308080/Projects/helmcharts-2/charts/tuf/Chart.yaml... Validation success! 👍

Linting chart with values file "charts/tuf/ci/ci-values.yaml"...

==> Linting charts/tuf [INFO] Chart.yaml: icon is recommended

1 chart(s) linted, 0 chart(s) failed


✔︎ tuf => (version: "0.1.13", path: "charts/tuf")

All charts linted successfully



cc @hectorj2f / @cpanato
cpanato commented 2 weeks ago

@ianhundere can you rebase please? just to get the updated code?

ianhundere commented 2 weeks ago

@ianhundere can you rebase please? just to get the updated code?

will do, and i'll rebase scaffold (and update chart semvers again) once this and rekor are merged.