mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
The original quoting prevented the globbing expansion to happen, making workdir content persist across volume restarts. This PR modifies the behavior to allow for the expansion. Note: this is not a full-featured fix to this issue (e.g. doesn't handle dotfiles) and depending on how/whether concourse does any shell escaping, this might need some further work. Signed-off-by: Milan Plzik <milan.plzik@ceai.io>
23 lines
500 B
YAML
23 lines
500 B
YAML
apiVersion: v1
|
|
name: concourse
|
|
version: 8.2.7
|
|
appVersion: 5.6.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
|
|
- name: YoussB
|
|
email: byoussef@pivotal.io
|
|
engine: gotpl
|