We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7179c28 commit e4dc4aeCopy full SHA for e4dc4ae
3 files changed
charts/slugrunner/Chart.yaml
@@ -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
charts/slugrunner/templates/slugrunner-configmap.yaml
@@ -0,0 +1,8 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: slugrunner-config
+ labels:
+ heritage: deis
+data:
8
+ image: "quay.io/{{.Values.org}}/slugrunner:{{.Values.docker_tag}}"
charts/slugrunner/values.yaml
@@ -0,0 +1,2 @@
+org: "deisci"
+docker_tag: canary
0 commit comments