Deploy: mapache to v3.10.2 (2494cb7) - #167
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: 093d4e2ff6
ℹ️ 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.2 |
There was a problem hiding this comment.
Drop p987's temporary Always pull policy
In the checked gr-foundry Mapache deployment, this changes p987 from the floating latest image to the pinned 3.10.2 release, but p987.yaml still explicitly sets imagePullPolicy: Always; its own comment says that policy is temporary until this first tagged release. Consequently, every later p987 pod restart still requires GHCR to resolve the tag even when the image is cached, so a registry outage can prevent a restart unnecessarily. Remove the temporary pull policy and update the now-stale latest-tag comments as part of this bump.
Useful? React with 👍 / 👎.
Bumps the mapache service images to 3.10.2:
mapache/auth→3.10.2mapache/vehicle→3.10.2mapache/gr26→3.10.2mapache/p987→3.10.2mapache/live→3.10.2mapache/query→3.10.2mapache/dashboard→3.10.2Changes since v3.9.9
2494cb7release: mapache v3.10.2 - @BK1031386ede7release: 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.2.