2 مستودعات
Runs linting, unit tests, and chart tests across all charts to catch errors before deployment.
Distinct from Helm Chart Deployment: Distinct from Helm Chart Deployment: focuses on pre-deployment validation of chart correctness, not the deployment operation itself.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Chart Validations. Refine with filters or upvote what's useful.
Helmfile is a declarative tool for managing Kubernetes Helm releases across multiple environments. It defines the desired state of releases in version-controlled YAML files and synchronizes the cluster to match that state, acting as both a release manager and a state sync orchestrator. The tool layers environment-specific values, secrets, and lifecycle hooks onto shared release definitions, enabling consistent multi-environment deployments. Helmfile distinguishes itself through several integrated capabilities: it generates separate dependency lockfiles per environment for staged rollout of ch
Helmfile runs linting, unit tests, and chart tests across all charts to catch errors before deployment.
kube-no-trouble is a Kubernetes deprecated API scanner and cluster auditor designed to detect outdated API versions. It identifies resources that may cause failures during cluster upgrades by checking them against predefined rulesets of deprecated or removed versions. The tool operates across multiple environments, providing both live cluster auditing and static analysis of local YAML manifests. It further extends its detection capabilities to Helm releases, extracting metadata from deployed charts to pinpoint deprecated APIs within installations. Its broader capabilities include infrastruct
Analyzes deployed Helm releases to detect deprecated APIs hidden within third party or custom charts.