Skip to content

fix: use helm dependency update and refresh stale Chart.lock - #7

Open
enchantednatures wants to merge 2 commits into
mainfrom
fix/lint-test-chart-lock
Open

fix: use helm dependency update and refresh stale Chart.lock#7
enchantednatures wants to merge 2 commits into
mainfrom
fix/lint-test-chart-lock

Conversation

@enchantednatures

Copy link
Copy Markdown
Owner

Summary

  • Change helm dependency buildhelm dependency update in lint-test.yaml to prevent stale Chart.lock from breaking CI
  • Update test-chart/Chart.lock from ksvc 0.6.0 to 0.6.3

Context

The "Helm Unit Tests" CI job was failing because Chart.lock was pinned to ksvc 0.6.0 but the library chart is now at 0.6.3. helm dependency build reads the lock file and fails when the locked version doesn't match.

Using helm dependency update instead resolves the lock file at build time, making CI resilient to version bumps.

- Change helm dependency build to helm dependency update in lint-test.yaml
  to prevent stale Chart.lock from breaking CI
- Update test-chart Chart.lock from ksvc 0.6.0 to 0.6.3
The test-chart uses file:// (local dep), so the lock file serves no
reproducibility purpose and goes stale on every library version bump.
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.

1 participant