concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
143 stars 174 forks source link

Fix/complete 7 7 1 migration #304

Closed wanderanimrod closed 2 years ago

wanderanimrod commented 2 years ago

Existing Issue

My last PR ( #300 ) that upgraded the default version from 7.7.0 to 7.7.1 left some critical changes out. I only changed the version of Concourse in Chart.yml, but I should also have changed it in values.yml and in the README. Although the chart says it installs 7.7.1 as the default, it actually still installs 7.7.0 unless the imageTag value is overridden at helm install time.

Changes proposed in this pull request

Contributor Checklist

Reviewer Checklist

This section is intended for the core maintainers only, to track review progress. Please do not fill out this section.

  • [ ] Code reviewed
  • [ ] Topgun tests run
  • [ ] Back-port if needed
  • [ ] Is the correct branch targeted? (master or dev)