mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
- Changed web.tsa.host to web.tsa.hosts which now takes a list of hostnames and ports - For web & worker deployments (default state) we read the port number from the web's config values (bindPort) Signed-off-by: Ciro S. Costa <cscosta@pivotal.io> Co-authored-by: Taylor Silva <tsilva@pivotal.io> Signed-off-by: Zoe Tian <ztian@pivotal.io>
751 B
751 B
v6.0.0:
- added the ability to create worker only and web-only deployments using
web.enabledandworker.enabled - [breaking] worker and web secrets are now separated into 2 different templates,
worker-secrets.yamlandweb-secrets.yaml. Users bringing their own secrets will have to split them into 2 different k8s objects.
v7.0.0:
- upgraded the PostgreSQL Chart (direct dependency of this Chart) from
0.13.1to5.3.8. As various values (likepostgresUser) changed (to, for instance,postgresqlUsername), a major dump was needed.
v8.0.0:
- changed the format for worker-only deployments from
concourse.worker.tsa.hostandconcourse.worker.tsa.porttoconcourse.worker.tsa.hoststo take in an array of parameters.