chore(release): bump example and helm image tags to 0.4.0#393
Merged
Conversation
Release housekeeping deferred until the 0.4.0 branch was cut.
Bumps the modelexpress-server NGC image tag from 0.3.0 to 0.4.0 in:
- 6 example Kubernetes manifests under examples/
- 4 Helm values files (values.yaml, values-{development,production}.yaml,
test-values.yaml) and 2 references in helm/README.md
Chart.yaml was already on 0.4.0; only the image-tag defaults inside the
values files were stale.
Co-Authored-By: Claude Opus 4.7 <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
Release housekeeping for the
release/0.4.0branch — bumps themodelexpress-serverNGC image tag from0.3.0to0.4.0in places that were deferred until the release branch was cut.Examples (6 manifests):
examples/p2p_transfer_k8s/server/redis_backend/modelexpress-server-redis.yamlexamples/p2p_transfer_k8s/server/kubernetes_backend/modelexpress-server-kubernetes.yamlexamples/p2p_transfer_k8s/client/trtllm/mx-infra-decode.yamlexamples/dynamo_p2p_transfer_k8s/vllm/vllm-multi-node-aggregated.yamlexamples/dynamo_p2p_transfer_k8s/vllm/vllm-single-node-disaggregated.yamlexamples/dynamo_model_cache_k8s/agg.yamlHelm (5 files):
helm/values.yaml,helm/values-development.yaml,helm/values-production.yaml,helm/test-values.yaml— defaultimage.taghelm/README.md— default-tag column + adocker pullexamplehelm/Chart.yamlwas already on0.4.0; only the image-tag defaults inside thevalues*.yamlfiles were stale.Out of scope (flagged but intentionally not bumped):
vllm-runtime:1.0.1inexamples/dynamo_p2p_transfer_k8s/Dockerfileis older than the1.1.xused elsewhere — that's a separate compatibility decision, not MX 0.4.0 housekeeping.redis:7-alpine,python:3.11-slim,curlimages/curl:8.9.1, EFA3.0.0g, vLLM0.18.0mentions) — left alone.ATTRIBUTIONS_Rust.mdthat incidentally contain0.3.0— unrelated.nvcr.io/0.3.0— bumping would invert the meaning.Test plan
grep -rn "modelexpress-server:0\.3\.0" .returns zero hits.grep -rn "tag: \"0\.3\.0\"" helm/returns zero hits.helm install … helm/and confirm the0.4.0image pulls (will require nvcr auth).🤖 Generated with Claude Code