packages

Validate parameters for create Helm package

Validate parameters for create Helm package

post/packages/{owner}/{repo}/validate-upload/helm/

Request body

package_filestring required

The primary file for the package.

provenance_filestring nullable

The provenance file containing the signature for the chart. If one is not provided, it will be generated automatically.

republishboolean

If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate.

tagsstring nullable

A comma-separated values list of tags to add to the package.

Response

Validation was successful, parameters are OK.

Changes