concourse-chart
concourse-chart copied to clipboard
Helm chart to install Concourse
i'm looking for a way to deploy more worker pools one a linux worker pool and the other a windows worker pool i use gke to deploy the concourse chart...
$ helm install my-release concourse/concourse Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "PodDisruptionBudget" in version "policy/v1"
# Existing Issue # Why do we need this PR? It's unclear which value needs to be set to enable SSL encryption for the postgres database connection. The most reasonable...
Hi, Would it be possible to extend the chart with a way to force HTTPS for requests to concourse web UI? Not sure if it's possible without ingress. For those...
Helm Upgrade -- Error: UPGRADE FAILED: cannot patch "concourse-ci-postgresql" with kind StatefulSet
Made a simple change to values.yaml file to enable `enableAcrossStep`. Ran the following upgrade command & received the error: ``` > helm upgrade concourse-ci concourse/concourse -f values.yaml --namespace=concourse W0308 10:04:22.775295...
# Existing Issue There is an issue [here](https://github.com/concourse/concourse/issues/8264) & a PR [here](https://github.com/concourse/concourse/pull/8381) to update the web config, therefore the helm chart needs updated too. # Why do we need this...
There is quite a bit changes of [postgresql v11](https://docs.bitnami.com/kubernetes/infrastructure/postgresql/administration/upgrade/) that concourse chart needs to be updated with. This should be a major bump. - [x] update chart version and app...
Several of the objects are being deployed to the default namespace because they are not specifying the namespace so there is no carry-through from the Helm specified namespace, eg: -...
After install following worker pod is not working ``` oncourse-worker-0 0/1 CrashLoopBackOff 12 (3m8s ago) 161m concourse-worker-1 0/1 CrashLoopBackOff 12 (3m20s ago) 161m ``` And their failure logs ``` {"timestamp":"2022-03-10T08:03:01.566080500Z","level":"info","source":"guardian","message":"guardian.start.completed","data":{"session":"6"}}...
Ldapssl
I am getting the following error when trying to do ldapss. do you have any solution suggestions? telnet successful.  Start TLS Failed : unable to read ldap responce packet...