Skip to content

Bump chart version to 0.5.1#161

Merged
Martin9204 merged 1 commit into
devfrom
bump-chart-version
May 4, 2026
Merged

Bump chart version to 0.5.1#161
Martin9204 merged 1 commit into
devfrom
bump-chart-version

Conversation

@Martin9204
Copy link
Copy Markdown
Collaborator

Summary

Bumps deploy/helm/Chart.yaml version from 0.5.00.5.1.

Without this, Flux source-controller keeps serving the cached train-solver-0.5.0.tgz artifact (last packaged 2026-04-27) which does not contain network-aztec.yaml — even though the GitRepository at dev@dc14ae0c already has it. PR #160 added the template but the chart version stayed at 0.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.tgz shows only network-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 render train-solver-network-aztec-aztec-testnet.

Test plan

  • After merge: kubectl -n flux-system get helmchart train-dev-solver shows revision: 0.5.1 with a fresh lastUpdateTime
  • kubectl -n train-dev get deployments | grep aztec shows train-solver-network-aztec-aztec-testnet
  • Pod becomes Ready

🤖 Generated with Claude Code

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>
@Martin9204 Martin9204 merged commit 57c6367 into dev May 4, 2026
1 check 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