s3gw-tech / s3gw

Container able to run on a Kubernetes cluster, providing S3-compatible endpoints to applications.
https://s3gw.tech
Apache License 2.0
148 stars 21 forks source link

charts: broken chart v0.23.1 - no container images available #869

Closed jecluis closed 7 months ago

jecluis commented 7 months ago

A Helm chart version 0.23.1 was released a while back to update some chart information.

Without realizing this needed to be accompanied by images in the container registry for v0.23.1, it turns out this completely broke the helm chart.

Since we're not likely to actually release a v0.23.1 for everything, the approach might just be to tag the existing v0.23.0 images with v0.23.1. This would be highly hackish, but it will have to suffice for now, and learn this lesson moving forward.

jecluis commented 7 months ago

helm can now pull images for v0.23.1, even if these are essentially the same as v0.23.0 :shrug: