stakater / Reloader

A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!

Home Page:https://docs.stakater.com/reloader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Published 1.0.56 chart uses a non-existent container tag

MickaelCa opened this issue · comments

Describe the bug
Published 1.0.56 chart uses a non-existent container tag

To Reproduce

helm repo add stakater https://stakater.github.io/stakater-charts
helm repo update
helm search repo stakater/reloader
NAME             	CHART VERSION	APP VERSION	DESCRIPTION                           
stakater/reloader	1.0.56       	v1.0.56    	Reloader chart that runs on kubernetes
docker pull ghcr.io/stakater/reloader:v1.0.56
Error response from daemon: manifest unknown

Expected behavior
Image v1.0.56 exists

I guess we were typing at the same time... confirmed as well #590

Same here.

Same here as well.
Can you let us know ETA for the fix please?

Apologies for the trouble, two PRs were merged at the same time. One checked-out the code before other one had pushed back to main, making it a conflict when the latter one tried to commit back to main.
I hope things are fine now, kindly close the issue at your convenience.

Can confirm, new image pulled successfully for me.

Same for me too. It works now. Thank you.