screwdriver-cd / screwdriver

An open source build platform designed for continuous delivery.
http://screwdriver.cd
Other
1.01k stars 170 forks source link

Kubernetes helm chart for screwdriver ecosystem #1325

Open minzcmu opened 5 years ago

minzcmu commented 5 years ago

Screwdriver ecosystem consists of a lot of different components which makes deployment a pain. To solve this problem, we can package all config files into a helm chart and deploy / manage them all at once.

Key Components:

External dependencies on AWS

Yiwei-Chen-Bose commented 5 years ago

Hi @minz1027, is there any plan to keep the helm chart up to date? I am using the helm chart from https://github.com/screwdriver-cd/screwdriver-chart and it hasn't been updated since October last year. There are a few issues in the chart including postgresql.postgresDatabase is configurable in the values.yaml but the value is not being passed to the api.yaml template. Thank you.

minzcmu commented 5 years ago

@Yiwei-Chen-Bose Hi Yiwei, glad to know that you're using it and thanks for the feedback. Will update the chart to make it up to date soon