Describe the bug
The image tag used in the values.yaml does not exists in the Github Container Registry.
➜ ~ docker pull ghcr.io/weaveworks/wego-app:v0.39.1-rc.1
Error response from daemon: failed to resolve reference "ghcr.io/weaveworks/wego-app:v0.39.1-rc.1": ghcr.io/weaveworks/wego-app:v0.39.1-rc.1: not found
This leads into kubelet not able to pull the image:
spec.containers{weave-gitops}: Back-off pulling image "ghcr.io/weaveworks/wego-app:v0.39.1-rc.1"
https://github.com/weaveworks/weave-gitops/blob/main/charts/gitops-server/values.yaml#L13
GHRC page: https://github.com/weaveworks/weave-gitops/pkgs/container/wego-app
Environment
- Weave-Gitops Version
- Flux Version
- Kubernetes version
To Reproduce
Deploy the latest version of the helm chart
Expected behavior
The image exists and is pulled successfully.
Actual Behavior
The image cannot be pulled
Additional Context (screenshots, logs, etc)
Describe the bug
The image tag used in the values.yaml does not exists in the Github Container Registry.
This leads into kubelet not able to pull the image:
https://github.com/weaveworks/weave-gitops/blob/main/charts/gitops-server/values.yaml#L13
GHRC page: https://github.com/weaveworks/weave-gitops/pkgs/container/wego-app
Environment
To Reproduce
Deploy the latest version of the helm chart
Expected behavior
The image exists and is pulled successfully.
Actual Behavior
The image cannot be pulled
Additional Context (screenshots, logs, etc)