Skip to content

fix: bump chart version per CI run for Flux detection - #4

Merged
twallac10 merged 1 commit into
mainfrom
fix/chart-version-bump
Mar 8, 2026
Merged

fix: bump chart version per CI run for Flux detection#4
twallac10 merged 1 commit into
mainfrom
fix/chart-version-bump

Conversation

@twallac10

Copy link
Copy Markdown
Contributor

Root Cause

Flux OCI HelmRepository compares chart version strings, not OCI digests. Pushing a new chart with the same `version: 0.1.0` was invisible to Flux — it reported `artifact up-to-date` and never pulled the updated chart content.

Fix

Set `version: 0.1.${{ github.run_number }}` in CI so each push produces a unique chart version that Flux can detect. The `0.1.x` semver range in the HelmRelease matches all patch versions automatically.

@twallac10
twallac10 merged commit a87d764 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