Commit 8a60755
fix: pin agent registry images to digest instead of :latest
Replaces mutable :latest tags with immutable SHA digests so operator
pods always pull a known-good image regardless of pull policy.
:latest with IfNotPresent is a known source of stale-image bugs (as
seen with the Gemini hydrate.sh fix earlier in this branch).
Digests pinned to current main build:
- vteam_claude_runner@sha256:5363f4bb...
- vteam_state_sync@sha256:4541a831...
CI should update these digests in the ConfigMap after each successful
image build on main.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 6593948 commit 8a60755
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments