paulovitorcl/AI Helm Values Generator
Generate optimized Helm values using AI analysis of operational context
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 6, 2025
- License
- None
Pinned Snippet
uses: paulovitorcl/workshop-action@c4079702971ad6a02cd228c98aca247bcc03f395 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| app_name | Application name | yes | — |
| environment | Deployment environment (dev/staging/prod) | yes | — |
| current_values | Current values.yaml content | yes | — |
| operational_context | Operational context YAML for AI analysis | yes | — |
| helm_templates | Helm templates content (JSON array of file contents) | no | [] |
| ai_provider | AI provider (ollama/copilot/openai) | no | copilot |
| ai_token | AI provider API token | no | — |
| ai_model | AI model to use | no | — |
Outputs
| name | description |
|---|---|
| generated_values | Generated values.yaml content |
| ai_analysis | AI analysis and recommendations |
| changes_summary | Summary of changes made |