Tag Archives: anthropic

Using AI to Automate Helm Chart values.yaml Merges

Managing Helm charts at scale can become tricky. Each new application or chart release often comes with an updated values.yaml file containing new configuration properties. Rather than copying files or manually re-applying overrides, we use LLMs to merge new defaults and generate reviewer-friendly PRs. Workflow with GitHub Actions Here’s the GitHub Actions workflow that runs […]