Skip to content

fix: avoid Helm archive check pipe failure - #34

Merged
pierinho13 merged 1 commit into
mainfrom
fix/helm-schema-package-check
Aug 3, 2026
Merged

fix: avoid Helm archive check pipe failure#34
pierinho13 merged 1 commit into
mainfrom
fix/helm-schema-package-check

Conversation

@pierinho13

Copy link
Copy Markdown
Owner

Summary

  • write the complete Helm archive listing to a temporary file
  • check values.schema.json without an early-closing grep pipeline
  • avoid tar SIGPIPE failures under set -o pipefail

The chart signature and schema were already valid in the failed run; this fixes only the false-negative verification step.

Validation

  • package snapshot chart
  • run the archive check with set -euo pipefail
  • git diff --check
  • repository pre-commit hooks

@pierinho13
pierinho13 merged commit a804c2a into main Aug 3, 2026
9 checks passed
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.

1 participant