Fix Pull
Some checks failed
Deploy KubeViz / deploy (push) Failing after 15s

This commit is contained in:
2026-03-01 08:54:27 +01:00
parent 271de24a1c
commit 87ecb2b136
2 changed files with 24 additions and 2 deletions

View File

@@ -72,6 +72,11 @@ Workflow template is included at:
The deploy script builds with Podman, tags `localhost/kubeviz:prod`, and restarts `kubeviz.service`.
The workflow uses `git` checkout (no Node runtime dependency). For private repos, set Gitea secret `CI_REPO_TOKEN`.
For private base images (for example `dhi.io/golang:*`), ensure the runner user is logged in with Podman and has an auth file at either:
- `$XDG_RUNTIME_DIR/containers/auth.json` or
- `$HOME/.config/containers/auth.json`
The deploy script forwards `REGISTRY_AUTH_FILE` to `sudo podman` automatically.
Required sudo permissions for the Gitea runner user (example):