Merge pull request #629 from michelleN/tiller-img

chore(*): update tiller image
pull/631/head
Michelle Noorali 9 years ago
commit ef4da35607

@ -1,5 +1,5 @@
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

Loading…
Cancel
Save