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.107 chart uses a non-existent container tag

MickaelCa opened this issue · comments

Describe the bug
Published v1.0.107 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.107       	v1.0.107    	Reloader chart that runs on kubernetes
docker pull ghcr.io/stakater/reloader:v1.0.107
Error response from daemon: manifest unknown

Expected behavior
Image v1.0.107 exists

(Same as #589)

@MickaelCa fixed now. pls check.

it was a courtesy of two back to back merged PRs. and workflow commits back to main branch, which fails if main gets ahead due to another merged PR before the release of last one.

Yes, looks good now

k get hr
NAME       AGE   READY   STATUS
reloader   71d   True    Helm upgrade succeeded for release reloader/reloader.v33 with chart reloader@1.0.107