Commit adde092
ci(build): add Deploy API to k3s step after image push
The CI was building and pushing to the registry but imagePullPolicy:Never
on the deployment meant the node never pulled the new image. Add a deploy
step that exports the freshly built image from buildah OCI storage into
k3s containerd via ctr import, then does kubectl rollout restart so the
deployment picks up the new image immediately after every successful build.
Co-Authored-By: Claude <noreply@anthropic.com>
AI-Generated: true1 parent 7164c3a commit adde092
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
68 | 87 | | |
69 | 88 | | |
70 | 89 | | |
| |||
0 commit comments