CockroachDB: Add imagePullPolicy to init container (#338)

This commit is contained in:
Alex Robinson
2017-01-03 09:33:23 -08:00
committed by Vic Iglesias
parent b3e0e947c2
commit 97e78f983b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: cockroachdb
home: https://www.cockroachlabs.com
version: 0.1.0
version: 0.1.1
description: CockroachDB Helm chart for Kubernetes.
sources:
- https://github.com/cockroachdb/cockroach
@@ -97,6 +97,7 @@ spec:
{
"name": "bootstrap",
"image": "{{.Values.BootstrapImage}}:{{.Values.BootstrapImageTag}}",
"imagePullPolicy": "{{.Values.ImagePullPolicy}}",
"args": [
"-on-start=/on-start.sh",
"-service={{ printf "%s-%s" .Release.Name .Values.Name | trunc 56 }}"