Commit f88792a
fix: give CACHE_DIR the trailing slash the server expects
The server joins cache paths by plain string concatenation (its own default
is "/cache/"), but the chart passed the bare mountPath — so every image
download and screenshot tried to write to /cacheXXX.jpg at the filesystem
root and failed with EACCES. Append the slash in the env value; the
mountPath itself stays clean, as volumeMounts require.
Found by the new e2e metadata scenario's zero-dead-letter assertion.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PVPFuUaADWUBoXg9ZjUe4P1 parent 1f426b5 commit f88792a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
183 | 186 | | |
184 | | - | |
| 187 | + | |
185 | 188 | | |
186 | 189 | | |
187 | 190 | | |
| |||
0 commit comments