chore: release v0.103.0-rc1 - #1513
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 792b975839
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| spec: | ||
| containers: | ||
| - image: edgehub/deviceshifu-http-http-python:nightly | ||
| - image: edgehub/deviceshifu-http-http-python:v0.103.0-rc1 |
There was a problem hiding this comment.
Align local image tags before applying the example
When a user follows this example's README, it builds and loads all three images with the nightly tag (README.md:5-13), but the manifests now request v0.103.0-rc1; because each container also has imagePullPolicy: Never, Kubernetes cannot use or pull the requested image and all three pods fail to start. Update the documented build/load tags alongside these manifests, or keep the manifests on the locally built tag.
Useful? React with 👍 / 👎.
What this PR does / why we need it:
Will this PR make the community happier?
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #How is this PR tested
Special notes for your reviewer:
Release note: