concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
145 stars 176 forks source link

concourse chart is outdated (bump to 7.10.0) #343

Closed flokli closed 11 months ago

flokli commented 1 year ago

Describe the bug

I recently bumped nixpkgs, which is what I use to get the fly cli.

It got bumped to 7.10.0, which isn't compatible with the version of concourse provided with this chart (concourse version 7.9.0).

Would you consider updating this chart to a more recent version?

Reproduction steps

Download fly from nixpkgs or https://github.com/concourse/concourse/releases/download/v7.10.0/fly-7.10.0-linux-amd64.tgz

Point it to a Concourse 7.9.0 cluster, either created by this helm chart or otherwise

Expected behavior

The latest concourse release is also what's installed by the helm chart, and the fly tool is compatible.

Additional context

No response

jschaul commented 11 months ago

Chart got updated to 7.11 it seems, so this issue can be closed.

flokli commented 11 months ago

For posterity: The chart bump to 7.11.0 happened in https://github.com/concourse/concourse-chart/pull/352.