-
To make it easier to contribute a `Chart` we'd like to be able to run `helm install` and pass in a path to a chart with `[--chart-path|-p]=[.|]?`
This way people can grab a released version of the `h…
-
I cloned a fresh copy of the helm repo and ran the make commands but the cache directory in .helm didn't get created. This causes issues when I try to run the `helm fetch` command
-
The README currently suggests the user `go get ...` the project. But because `go get` is not version-aware, Kubernetes will always break (it has hard dependencies), and so it is basically impossible f…
-
When trying to run a fresh build, I get this:
```
> make build
go build -o bin/helm -ldflags "-X main.version=git-2993d74" helm/helm.go
vendor/github.com/prometheus/client_golang/prometheus/registry.…
-
In nautical terminology, a Chart Table is a place where charts are
stored. This proposal outlines a way to extend Helm's notion of charts
to include arbitrary external sources, which we call Chart Tab…
-
up to now we've been releasing the versioned kubernetes resources for running various apps in the [fabric8 project](http://fabric8.io/) using maven repositories as a canonical place to find them. We w…
-
One of the things that Helm sets out to do is expedite the development of Kuberntes manifest files. And we already provide several tools to help chart developers create new charts.
Perhaps we could a…
-
I have been experimenting with replacing our dependency on Kubernetes. I have some results to share, and I'd like to get feedback on this idea:
_Should we replace our Kubernetes dependency with a sma…
-
I noticed that help is using k8s version `2e5a3cfbc62e4a63423f43f2e6d5723806569b17`. This isn't tied to any tagged release version. It's somewhere between releases.
Is there a version of k8s that sho…
-
If you "glide get" a package it will reorder the package list in the yaml config causing your diff to look very messy.