Bump chart version to 0.5.1#161
Merged
Merged
Conversation
Forces Flux source-controller to repackage the chart so the new network-aztec.yaml template (added in #160) is included in the deployed artifact. Without a version bump, source-controller keeps serving the cached 0.5.0 tarball that pre-dates the Aztec template. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
deploy/helm/Chart.yamlversionfrom0.5.0→0.5.1.Without this, Flux source-controller keeps serving the cached
train-solver-0.5.0.tgzartifact (last packaged 2026-04-27) which does not containnetwork-aztec.yaml— even though the GitRepository atdev@dc14ae0calready has it. PR #160 added the template but the chart version stayed at0.5.0, so source-controller didn't repackage.Confirmed in the cluster: extracting
/data/helmchart/flux-system/train-dev-solver/train-solver-0.5.0.tgzshows onlynetwork-evm.yaml,network-solana.yaml,network-starknet.yaml,network-tron.yaml— no aztec.After this merges, source-controller will see
0.5.1, repackage with the new template, and the next HelmRelease reconcile will rendertrain-solver-network-aztec-aztec-testnet.Test plan
kubectl -n flux-system get helmchart train-dev-solvershowsrevision: 0.5.1with a freshlastUpdateTimekubectl -n train-dev get deployments | grep aztecshowstrain-solver-network-aztec-aztec-testnet🤖 Generated with Claude Code