chore(*): update tiller image

pull/629/head
Michelle Noorali 9 years ago
parent fa0982ac00
commit 25aef96c3c

@ -1,5 +1,5 @@
DOCKER_REGISTRY ?= gcr.io DOCKER_REGISTRY ?= gcr.io
IMAGE_PREFIX ?= deis-sandbox IMAGE_PREFIX ?= kubernetes-helm
SHORT_NAME ?= tiller SHORT_NAME ?= tiller
# go option # go option

@ -104,6 +104,6 @@ func ensureHome() error {
return fmt.Errorf("%s must be a file, not a directory", localRepoCacheFile) return fmt.Errorf("%s must be a file, not a directory", localRepoCacheFile)
} }
fmt.Printf("$HELM_HOME has been configured at %s.\n", helmHome) fmt.Printf("$HELM_HOME has been configured at %s.", helmHome)
return nil return nil
} }

@ -78,7 +78,7 @@ spec:
spec: spec:
containers: containers:
- env: [] - env: []
image: {{default "gcr.io/deis-sandbox/tiller:canary" .Tiller.Image}} image: {{default "gcr.io/kubernetes-helm/tiller:canary" .Tiller.Image}}
name: tiller name: tiller
ports: ports:
- containerPort: 8080 - containerPort: 8080

Loading…
Cancel
Save