Files
fxhnt/infra/argo
jgrusewski 7f54941ca4 fix(ci): deploy uses alpine/k8s (has /bin/sh); registry.k8s.io/kubectl is distroless
registry.k8s.io/kubectl is distroless — no /bin/sh — so the multi-command deploy script failed with
exit 64 (no such file /bin/sh). alpine/k8s bundles kubectl on an Alpine base with a shell.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 22:14:07 +02:00
..