diff --git a/Makefile b/Makefile index fd5e64151..b8c462f5c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DOCKER_REGISTRY ?= gcr.io -IMAGE_PREFIX ?= deis-sandbox +IMAGE_PREFIX ?= kubernetes-helm SHORT_NAME ?= tiller # go option diff --git a/cmd/helm/init.go b/cmd/helm/init.go index 27ff0b3d1..f1db1522f 100644 --- a/cmd/helm/init.go +++ b/cmd/helm/init.go @@ -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 } diff --git a/pkg/client/install.go b/pkg/client/install.go index 26aafe2ed..59e53c367 100644 --- a/pkg/client/install.go +++ b/pkg/client/install.go @@ -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