mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
CockroachDB: Add imagePullPolicy to init container (#338)
This commit is contained in:
committed by
Vic Iglesias
parent
b3e0e947c2
commit
97e78f983b
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user