rudderlabs / rudderstack-helm

Open-source, warehouse-first Customer Data Pipeline and Segment-alternative. Collects and routes clickstream data and builds your customer data lake on your data warehouse.
MIT License
61 stars 48 forks source link

Versions confusion #27

Closed jalberto closed 3 years ago

jalberto commented 3 years ago

It is not a good idea to use a moving target in production Kubernetes,

Which version is the stable one? Why releases are so old? Why sky is blue? (it is very confussing)

snarkychef commented 3 years ago

We have discontinued releases in GitHub repo. Please use rudderlabs/rudder-server:1-alpine docker image. We will update the tag to latest stable release. You can expect a new stable release roughly once a month. We have missed updating this before. Sorry about that.

jalberto commented 3 years ago

Hello @snarkychef can you please explain why this versioning strategy?

As you know docker images are usually deployed in systems like Kubernetes, these systems have the following characteristics:

Using a single tag for every future release brake every production deployment.