datalust / helm.datalust.co

Helm charts hosted on helm.datalust.co
Apache License 2.0
10 stars 16 forks source link

Track releases as tags #8

Closed KodrAus closed 3 years ago

KodrAus commented 3 years ago

7 shows that we could do a better job of surfacing releases here that are published to helm.datalust.co so that users can tie versions of the chart to API versions used in source here.

Most changes to the chart just involve bumping the version of the Seq container, so users could reasonably pin an older version of the chart but keep their version of Seq itself more up-to-date.

KodrAus commented 3 years ago

We've done some work to our release scripts so they'll now create appropriate branches, tags, and releases when we publish the helm chart. This should make it easier for folks to follow what's in each release.