Commit 25aef96c authored by Michelle Noorali's avatar Michelle Noorali

chore(*): update tiller image

parent fa0982ac
DOCKER_REGISTRY ?= gcr.io
IMAGE_PREFIX ?= deis-sandbox
IMAGE_PREFIX ?= kubernetes-helm
SHORT_NAME ?= tiller
# go option
......
......@@ -104,6 +104,6 @@ func ensureHome() error {
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
}
......@@ -78,7 +78,7 @@ spec:
spec:
containers:
- env: []
image: {{default "gcr.io/deis-sandbox/tiller:canary" .Tiller.Image}}
image: {{default "gcr.io/kubernetes-helm/tiller:canary" .Tiller.Image}}
name: tiller
ports:
- containerPort: 8080
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment