mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [stable/concourse] Upgrade to 5.0 (breaking) This commit provides the necessary updates to fully support the latest version of Concourse: 5.0. BREAKING: - `concourse.web.auth.mainTeam.allowAllUsers`, which was previously used to allow any logged user to be part of `main`, has now been removed; - `concourse.worker.bindDebugPort` is now `concourse.worker.debugBindPort`; - `concourse.worker.baggageclaim.bindDebugPort` is now `concourse.worker.baggageclaim.debugBindPort`; - `concourse.worker.garden.*` variables that would previously turn into environment variables that got translated to `gdn`-specfic tunings are not values that can be set through `concourse.worker.garden` anymore. These can still be provided through environment variables though - `CONCOURSE_GARDEN_...` works as before. DEPRECATIONS: - `concourse.worker.peerIp` is not used anymore; - `worker.fatalErrors` are not used anymore in favor of worker healthchecks through a specific port (`worker-hc`) in the worker container. ENHANCEMENTS: - reduced complexity in the liveness probe for the worker, removing the need for custom scripts to verify its health; - bitbucket cloud is now supported through `secrets.bitbucket-cloud-client*` and other `concourse.web.*` configurations; - AWS region settings can now be configured at environment-var level instead of arguments; - garden configuration can be specified through `ini` files that can be passed through `configmap`s; - RBAC configuration for local users can be specified through `configmap`s - ability to opt-out of the automatic removal of `concourse.worker.workDir` contents - ability to specify whether `land`ing or `retire`ing should be performed when terminating the worker pod (through the configuration of `worker.shutdownSignal`); - ability to specify custom readinessProbe for the worker; - more consistent `values.yaml` examples and documentation. Concourse-specific release notes (that are do not affect the Chart structure itself) can be found in the Concourse website: - https://concourse-ci.org/download.html#v500 Signed-off-by: Ciro S. Costa <cscosta@pivotal.io> * [stable/concourse] Updates README to match values for 5.0 Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
20 lines
441 B
YAML
20 lines
441 B
YAML
name: concourse
|
|
version: 4.0.0
|
|
appVersion: 5.0.0
|
|
description: Concourse is a simple and scalable CI system.
|
|
icon: https://avatars1.githubusercontent.com/u/7809479
|
|
keywords:
|
|
- ci
|
|
- concourse
|
|
- concourse.ci
|
|
home: https://concourse-ci.org/
|
|
sources:
|
|
- https://github.com/concourse/concourse
|
|
- https://github.com/helm/charts
|
|
maintainers:
|
|
- name: cirocosta
|
|
email: cscosta@pivotal.io
|
|
- name: william-tran
|
|
email: will@autonomic.ai
|
|
engine: gotpl
|