Skip to content

Commit e4dc4ae

Browse files
committed
feat(charts): Add helm charts for slugrunner
1 parent 7179c28 commit e4dc4ae

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

charts/slugrunner/Chart.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: slugrunner
2+
home: https://github.com/deis/slugrunner
3+
version: <Will be populated by the ci before publishing the chart>
4+
description: Buildpack application runner for Deis Workflow.
5+
maintainers:
6+
- name: Deis Team
7+
email: engineering@deis.com
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: v1
2+
kind: ConfigMap
3+
metadata:
4+
name: slugrunner-config
5+
labels:
6+
heritage: deis
7+
data:
8+
image: "quay.io/{{.Values.org}}/slugrunner:{{.Values.docker_tag}}"

charts/slugrunner/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
org: "deisci"
2+
docker_tag: canary

0 commit comments

Comments
 (0)