Skip to content

feat: Add Helm template validation workflow for PR checks#56

Merged
wgalanciak merged 2 commits intodevfrom
Run-Helm-Template-as-a-Part-of-Pull-Request-Verification
Feb 3, 2025
Merged

feat: Add Helm template validation workflow for PR checks#56
wgalanciak merged 2 commits intodevfrom
Run-Helm-Template-as-a-Part-of-Pull-Request-Verification

Conversation

@danc094codetogether
Copy link
Contributor

  • Introduced a new GitHub Actions workflow (helm-template-check.yml)
  • Runs helm template on collab, hq, intel, and live charts
  • Uses corresponding values.yaml files for validation
  • Triggers on pull requests to main to ensure chart correctness
  • Helps catch Helm template errors before merging changes

Resolves #48

- Introduced a new GitHub Actions workflow (`helm-template-check.yml`)
- Runs `helm template` on `collab`, `hq`, `intel`, and `live` charts
- Uses corresponding `values.yaml` files for validation
- Triggers on pull requests to `main` to ensure chart correctness
- Helps catch Helm template errors before merging changes

Resolves #48
Copy link
Contributor

@wgalanciak wgalanciak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change looks good.

@wgalanciak wgalanciak merged commit cccca4f into dev Feb 3, 2025
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.

Run helm template as a part of pull request verification

3 participants