Skip to content

Commit

Permalink
feat(charts): Add helm charts for dockerbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
kmala committed Oct 10, 2016
1 parent 734c045 commit f74d891
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/dockerbuilder/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: dockerbuilder
home: https://github.com/deis/dockerbuilder
version: <Will be populated by the ci before publishing the chart>
description: Deis dockerbuilder builds your app from a Dockerfile inside a Kubernetes pod, used by Deis Workflow.
maintainers:
- name: Deis Team
email: [email protected]
9 changes: 9 additions & 0 deletions charts/dockerbuilder/templates/dockerbuilder-configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dockerbuilder-config
labels:
heritage: deis
data:
image: "quay.io/{{.Values.org}}/dockerbuilder:{{.Values.docker_tag}}"
pullPolicy: {{ .Values.pull_policy }}
3 changes: 3 additions & 0 deletions charts/dockerbuilder/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 f74d891

Please sign in to comment.