feat: add GPG signing, values schema, and consolidate workflows#33
Merged
3 commits merged intoNov 28, 2025
Merged
Conversation
chore: add PGP public key and values JSON schema Add PGP public key for Start Codex Helm Charts signing and comprehensive JSON schema for Valkey Helm chart values validation. The schema defines all configurable parameters including architecture modes (standalone/sentinel), authentication, persistence, networking, metrics, and TLS configuration.
Implement automated testing pipeline with four jobs: - Helm chart linting validation - Template rendering tests across multiple configurations (standalone/sentinel modes) - Chart packaging verification - JSON schema validation for values file Test matrix includes standalone configurations (default, auth, persistence, metrics) and sentinel mode variations with automated manifest validation checks.
Streamline CI/CD pipelines by consolidating jobs, improving test configurations, and enhancing the release process with better error handling and cleaner output formatting. Changes include: - Add workflow_call trigger to enable CI reuse in release workflow - Remove paths-ignore filter to ensure all changes are validated - Consolidate schema validation into lint job from separate job - Add fail-fast: false to test matrix for complete test coverage - Remove standalone-persistence test case from matrix - Simplify test validation output and improve error messages - Merge schema validation into main CI flow - Enhance release workflow with CI dependency - Simplify GPG key import and package process - Improve HTML index generation with cleaner template - Remove redundant steps and optimize file operations
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
values.schema.jsonfor Artifact Hub "Values Schema" badgeartifacthub-repo.ymlfor "Verified Publisher" badgeChanges
Artifact Hub Badges
values.schema.json: JSON Schema for all chart valuespublic-key.asc: GPG public key for signature verificationartifacthub-repo.yml: Repository metadata with repositoryIDChart.yaml: Addedartifacthub.io/signKeyand other annotationsWorkflows Consolidation
Before: 4 workflows (pages.yml, release.yml, test.yml, validate-configs.yml)
After: 2 workflows with dependencies
ci.ymlrelease.ymlRelease Workflow Features
.provprovenance filesRequired Secrets
GPG_PRIVATE_KEYGPG_PASSPHRASE