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] Missing release v1.0.52

WoodyWoodsta opened this issue · comments

Describe the bug
helm outdated list shows a new release, v1.0.52, but I cannot find any mention of it here.

To Reproduce
helm outdated list

Expected behavior
I expected a release, tag, or commit to show that v1.0.52 is an intentional release, otherwise I cannot trust it.

Environment

  • Operator Version: N/A
  • Kubernetes/OpenShift Version: N/A

@WoodyWoodsta did you mean v1.0.51 or v1.0.52, the title is different from the description?

I'm sorry, meant 1.0.52 - have edited!

Seems like something broke after #561, that particular PR ran successfully on main and could push the image to ghcr, but subsequent builds fail for unknown reason

Subsequent PRs when running on main fail with Error: scheme prefix missing from remote (e.g. "oci://")

For some reason 51 could be pushed, but 52 errors out with the above

v1.0.52 exists and have been pushed, but not the OCI image, and the build currently fails when pushing the OCI image to ghcr, so the v1.0.52 tag doesn't exist for that reason

closing this as the pipelines were fixed and a new release is now available.