Image Pull Error #18

Closed
opened 2026-02-15 19:15:27 -05:00 by yindo · 3 comments
Owner

Originally created by @jabbasj on GitHub (Jun 13, 2024).

Normal Pulling 33s kubelet Pulling image "ghcr.io/ollama/open-webui:main"
Warning Failed 3s kubelet Failed to pull image "ghcr.io/ollama/open-webui:main": rpc error: code = DeadlineExceeded desc = failed to pull and unpack image "ghcr.io/ollama/open-webui:main": failed to resolve reference "ghcr.io/ollama/open-webui:main": failed to do request: Head "https://ghcr.io/v2/ollama/open-webui/manifests/main": dial tcp 142.182.19.19:443: i/o timeout
Warning Failed 3s kubelet Error: ErrImagePull
Normal BackOff 2s kubelet Back-off pulling image "ghcr.io/ollama/open-webui:main"
Warning Failed 2s kubelet Error: ImagePullBackOff

Originally created by @jabbasj on GitHub (Jun 13, 2024). Normal Pulling 33s kubelet Pulling image "ghcr.io/ollama/open-webui:main" Warning Failed 3s kubelet Failed to pull image "ghcr.io/ollama/open-webui:main": rpc error: code = DeadlineExceeded desc = failed to pull and unpack image "ghcr.io/ollama/open-webui:main": failed to resolve reference "ghcr.io/ollama/open-webui:main": failed to do request: Head "https://ghcr.io/v2/ollama/open-webui/manifests/main": dial tcp 142.182.19.19:443: i/o timeout Warning Failed 3s kubelet Error: ErrImagePull Normal BackOff 2s kubelet Back-off pulling image "ghcr.io/ollama/open-webui:main" Warning Failed 2s kubelet Error: ImagePullBackOff
yindo closed this issue 2026-02-15 19:15:27 -05:00
Author
Owner

@westbrook-ai commented on GitHub (Jun 13, 2024):

Hi @jabbasj, can you please send your values.yaml file?

@westbrook-ai commented on GitHub (Jun 13, 2024): Hi @jabbasj, can you please send your `values.yaml` file?
Author
Owner

@westbrook-ai commented on GitHub (Jun 13, 2024):

I just noticed you're trying to pull ghcr.io/ollama/open-webui:main. You're trying to pull an Open WebUI image from Ollama's repo, which is not where it lives. I've checked the full Helm chart repo and confirmed that the string ghcr.io/ollama/open-webui:main does not appear in it, so it seems like this is a bad value being added in your values that you're passing to the build process.

The default entry in values.yaml should cover your needs:

image:
  repository: ghcr.io/open-webui/open-webui
  tag: "latest"
  pullPolicy: Always
@westbrook-ai commented on GitHub (Jun 13, 2024): I just noticed you're trying to pull `ghcr.io/ollama/open-webui:main`. You're trying to pull an Open WebUI image from Ollama's repo, which is not where it lives. I've checked the full Helm chart repo and confirmed that the string `ghcr.io/ollama/open-webui:main` does not appear in it, so it seems like this is a bad value being added in your values that you're passing to the build process. The default entry in `values.yaml` should cover your needs: ``` image: repository: ghcr.io/open-webui/open-webui tag: "latest" pullPolicy: Always ```
Author
Owner

@jabbasj commented on GitHub (Jun 13, 2024):

It was a proxy issue on my end in the end and since I was running this in a
corporate GKE I didn't know how to set the image pull proxy in kubelet so I
gave up and just deployed it in CloudRun

On Thu, Jun 13, 2024, 3:33 p.m. 0xThresh @.***> wrote:

I just noticed you're trying to pull ghcr.io/ollama/open-webui:main.
You're trying to pull an Open WebUI image from Ollama's repo, which is not
where it lives. I've checked the full Helm chart repo and confirmed that
the string ghcr.io/ollama/open-webui:main does not appear in it, so it
seems like this is a bad value being added in your values that you're
passing to the build process.

The default entry in values.yaml should cover your needs:

image:
repository: ghcr.io/open-webui/open-webui
tag: "latest"
pullPolicy: Always


Reply to this email directly, view it on GitHub
https://github.com/open-webui/helm-charts/issues/35#issuecomment-2166623616,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AD6YGMVNDK7A73IOMWM37P3ZHHXXZAVCNFSM6AAAAABJISVV6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRWGYZDGNRRGY
.
You are receiving this because you were mentioned.Message ID:
@.***>

@jabbasj commented on GitHub (Jun 13, 2024): It was a proxy issue on my end in the end and since I was running this in a corporate GKE I didn't know how to set the image pull proxy in kubelet so I gave up and just deployed it in CloudRun On Thu, Jun 13, 2024, 3:33 p.m. 0xThresh ***@***.***> wrote: > I just noticed you're trying to pull ghcr.io/ollama/open-webui:main. > You're trying to pull an Open WebUI image from Ollama's repo, which is not > where it lives. I've checked the full Helm chart repo and confirmed that > the string ghcr.io/ollama/open-webui:main does not appear in it, so it > seems like this is a bad value being added in your values that you're > passing to the build process. > > The default entry in values.yaml should cover your needs: > > image: > repository: ghcr.io/open-webui/open-webui > tag: "latest" > pullPolicy: Always > > — > Reply to this email directly, view it on GitHub > <https://github.com/open-webui/helm-charts/issues/35#issuecomment-2166623616>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AD6YGMVNDK7A73IOMWM37P3ZHHXXZAVCNFSM6AAAAABJISVV6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRWGYZDGNRRGY> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> >
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#18