Skip to content

Commit

Permalink
Merge pull request #116 from kmala/storage
Browse files Browse the repository at this point in the history
feat(charts): Add helm charts for slugbuilder
  • Loading branch information
kmala authored Oct 12, 2016
2 parents b88c2a5 + 844021a commit e05a2c7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/slugbuilder/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: slugbuilder
home: https://github.com/deis/slugbuilder
version: <Will be populated by the ci before publishing the chart>
description: Buildpack application builder for Deis Workflow.
maintainers:
- name: Deis Team
email: engineering@deis.com
9 changes: 9 additions & 0 deletions charts/slugbuilder/templates/slugbuilder-configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: slugbuilder-config
labels:
heritage: deis
data:
image: "quay.io/{{.Values.org}}/slugbuilder:{{.Values.docker_tag}}"
pullPolicy: {{ .Values.pull_policy }}
3 changes: 3 additions & 0 deletions charts/slugbuilder/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
org: "deisci"
pull_policy: "Always"
docker_tag: canary

0 comments on commit e05a2c7

Please sign in to comment.