Deploy: mapache to v3.10.3 (88e4b2a) - #168
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 26aaf5838b
ℹ️ 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".
| # until the next services release bumps it like the rest. | ||
| - name: ghcr.io/gaucho-racing/mapache/p987 | ||
| newTag: latest | ||
| newTag: 3.10.3 |
There was a problem hiding this comment.
Remove p987's temporary Always pull policy
When a p987 pod is recreated while GHCR is unavailable, this version pin still leaves imagePullPolicy: Always in p987.yaml:41, so kubelet must contact the registry even when 3.10.3 is already cached and the pod can enter ImagePullBackOff. The manifest's lines 11–13 explicitly make this policy temporary until the deploy workflow supplies a real version; update the policy and now-stale comments as part of this pin.
Useful? React with 👍 / 👎.
Bumps the mapache service images to 3.10.3:
mapache/auth→3.10.3mapache/vehicle→3.10.3mapache/gr26→3.10.3mapache/p987→3.10.3mapache/live→3.10.3mapache/query→3.10.3mapache/dashboard→3.10.3Changes since v3.9.9
88e4b2arelease: mapache v3.10.3 - @BK10312494cb7release: mapache v3.10.2 - @BK1031177092efeat(dashboard): add p987 widgets - @BK1031 (#229)c83c471feat(vehicle): register p987 as a vehicle type - @BK1031 (#229)386ede7release: mapache v3.10.1 - @BK1031afcbfa1ci: list p987 in the deploy PR changelog - @BK1031 (#228)ec278d1release: mapache v3.10.0 - @BK103108b12f6chore: keep the release version bump gofmt-clean - @BK1031 (#227)5fec14echore: include p987 in the release script - @BK1031 (#227)ff46380ci: gate on the p987 build and bump its tag on release - @BK1031 (#227)abaf6d5refactor(p987): declare signals as mapache-go messages instead of parsing a DBC - @BK1031 (#226)942fd4achore(p987): drop the test suite - @BK1031 (#226)8e5f121feat(p987): add ingest service for the 987 live data path - @BK1031 (#226)Click here to view all changes →
Opened automatically by the
deployworkflow on release v3.10.3.