Skip to content

bug: SeaweedFS Image not found on GHCR → ImagePullBackOff #1736

@planetf1

Description

@planetf1

Pre-requisities

  • I am using the newest version of the platform (agentstack version shows 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

  1. Set seaweedfs.enabled: true and deploy AgentStack.
  2. Wait for the SeaweedFS pod image pull.
  3. Check pod Events → see manifest unknown and ImagePullBackOff.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions