Skip to content

Conversation

@brownzebra
Copy link
Contributor

Problem

The helm-chart-checks workflow was checking for ./root/values_ha.yaml which no longer exists in the repository, causing PR checks to wait indefinitely.

Changes

  • Removed values_ha.yaml from the workflow matrix
  • Added values_small.yaml, values_medium.yaml, and values_large.yaml to ensure all size variant files are validated

Impact

This unblocks PR checks that were stuck waiting for the non-existent values_ha.yaml status.

- Removed non-existent values_ha.yaml from workflow matrix
- Added values_small.yaml, values_medium.yaml, values_large.yaml
- This fixes PR checks that were waiting indefinitely for values_ha.yaml status
@brownzebra brownzebra requested a review from a team as a code owner January 23, 2026 12:33
@Q-Dub Q-Dub closed this Jan 23, 2026
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.

3 participants