Skip to content

fix: use short SHA for chart appVersion - #3

Merged
twallac10 merged 1 commit into
mainfrom
fix/chart-sha-format
Mar 8, 2026
Merged

fix: use short SHA for chart appVersion#3
twallac10 merged 1 commit into
mainfrom
fix/chart-sha-format

Conversation

@twallac10

Copy link
Copy Markdown
Contributor

Root Cause

`package-push-chart` CI set chart appVersion to the full 40-char `github.sha`, but `docker/metadata-action type=sha` tags the image with the short 7-char SHA. Chart referenced a non-existent tag → ImagePullBackOff.

Fix

Truncate to 7 chars to match the actual Docker image tag.

@twallac10
twallac10 merged commit 111063e into main Mar 8, 2026
4 checks passed
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