-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Pre-requisities
- I am using the newest version of the platform (
agentstack versionshows that CLI and platform are the same version, and there is no newer version available)
Describe the bug
SeaweedFS fails to start: the chart-referenced image ghcr.io/i-am-bee/chrislusf/seaweedfs:4.03 returns manifest unknown, causing ImagePullBackOff and leaving object storage unavailable.
To Reproduce
- Set
seaweedfs.enabled: trueand deploy AgentStack. - Wait for the SeaweedFS pod image pull.
- Check pod Events → see
manifest unknownandImagePullBackOff.
Expected behavior
SeaweedFS image pulls successfully and the pod becomes Ready, providing S3-compatible storage.
Logs / Screenshots / Code snippets
Failed to pull image "ghcr.io/i-am-bee/chrislusf/seaweedfs:4.03": ... manifest unknown
Error: ImagePullBackOff
If agent is not working, please send output of the following commands:
agentstack list
# If some of the agents are in error state
agentstack logs <agent-id>
agentstack info <agent-id>Set-up:
- Model provider: N/A
Additional context
- Docs: No explicit requirement found to login to GHCR for SeaweedFS. For private registries, docs recommend Kubernetes
imagePullSecrets(see docs/development/deploy-agent-stack/deployment-guide.mdx → "Private image registries"). - Error type (
manifest unknown) suggests a missing/non-existent tag/repository rather than an authentication issue. - Chart values note a subchart bug near the SeaweedFS image repo (helm/values.yaml comment). Please verify/publish the intended image/repo/tag or document an override.
dosubot
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
No status