Skip to content

Commit

Permalink
Merge pull request helm#1234 from prydonius/rename-to-stable
Browse files Browse the repository at this point in the history
chore(repo): Rename default charts repo to 'stable'
  • Loading branch information
technosophos authored Sep 27, 2016
2 parents 065f178 + 90d3a95 commit 3437e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/helm/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Kubernetes Cluster and sets up local configuration in $HELM_HOME (default: ~/.he
`

var (
defaultRepository = "kubernetes-charts"
defaultRepository = "stable"
defaultRepositoryURL = "http://storage.googleapis.com/kubernetes-charts"
)

Expand Down

0 comments on commit 3437e5d

Please sign in to comment.