Skip to content

Align Helm Redis dependency with Chart.lock - #71

Merged
darthfork merged 2 commits into
mainfrom
fix/helm-chart-lock-sync
Aug 23, 2026
Merged

Align Helm Redis dependency with Chart.lock#71
darthfork merged 2 commits into
mainfrom
fix/helm-chart-lock-sync

Conversation

@darthfork

Copy link
Copy Markdown
Owner

Summary

  • The deep container lane on 8f0802d (#70 merge) failed in Helm Deployment Smoke Test: Chart.lock is out of sync with Chart.yaml.
  • Chart.yaml still listed Bitnami Redis as 0.0.7 (copied from the app/chart version). Chart.lock already had the real chart, 23.1.1.
  • This updates the Chart.yaml pin so helm dependency build succeeds. Verified locally with helm dependency build, helm lint, and helm template (the steps that failed before kind).

Test plan

  • Fast PR lane and Medium Redis lane stay green
  • After merge, Deep container and system lane gets past Helm Deployment Smoke Test
  • Optional: helm dependency build helm/promgithub && helm lint helm/promgithub

Made with Cursor

darthfork and others added 2 commits August 22, 2026 19:11
helm dependency build fails the deep lane because Chart.yaml still pins Bitnami Redis at 0.0.7 while Chart.lock already records 23.1.1.

Co-authored-by: Cursor <cursoragent@cursor.com>
The pre-commit sed matched every version: line, so it reset the Redis dependency back to 0.0.7 and produced an empty commit.

Co-authored-by: Cursor <cursoragent@cursor.com>
@darthfork
darthfork merged commit 909ad4c into main Aug 23, 2026
3 checks passed
@darthfork
darthfork deleted the fix/helm-chart-lock-sync branch August 23, 2026 02:18
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