Open mook-as opened 8 months ago
https://github.com/epinio/helm-charts/pull/534 is supposed to fix that issue.
I had the same issue on Rancher Desktop v1.13.1 on MacOS to install epionio from the UI. Same exact message on the pod description.
The official version has been updated, and it seems that previous versions are no longer working.
However, another person had previously backed up the image, so you can try using that version
Actual Behavior
When trying to install Epinio from the helm chart, the
kubed
pod doesn't start because the image isn't there anymore.Steps to Reproduce
(This is from RD-5)
helm repo add cert-manager https://charts.jetstack.io
helm repo add epinio https://epinio.github.io/helm-charts
helm upgrade --install cert-manager --namespace cert-manager cert-manager/cert-manager --set installCRDs=true --set "extraArgs[0]=--enable-certificate-owner-ref=true" --create-namespace
helm upgrade --install epinio --namespace epinio epinio/epinio --set skipTraefik=true --set global.domain=127.0.0.1.sslip.io --create-namespace
Result
Expected Behavior
Chart deploys successfully.
Additional Information
The Docker Hub entry returns 404.
Rancher Desktop Version
1.12.3-422-g837e89c8
Rancher Desktop K8s Version
1.29.2
Which container engine are you using?
moby (docker cli)
What operating system are you using?
Other Linux
Operating System / Build Version
openSUSE Leap 15.5
What CPU architecture are you using?
x64
Linux only: what package format did you use to install Rancher Desktop?
rpm
Windows User Only
No response