Matt Butcher
c5cc02a611
feat(helm): add 'helm inspect'
...
This basic version of helm inspect displays the Chart.yaml and
values.yaml files on STDOUT.
Closes #967
8 years ago
Matt Butcher
95eeba3805
fix(tiller): merge -f values correctly
...
This fixes a bug in which passed-in values files were not correctly
merged into the chart's default values YAML data. I believe it also
fixes some other prioritization bugs in values merging.
The existing unit test was wrong (see TestCoalesceValues). It is
fixed now. Also added more tests to simulate issue #971 .
In the course of writing this, I removed some vestigial code as
mentioned in #920 .
Closes #971
Closes #920
8 years ago
Matt Butcher
2fc9403641
Merge pull request #965 from technosophos/docs/926-why-helm
...
docs(README): update README with basic information
8 years ago
Matt Butcher
d3e4e9f4b1
docs(README): update README with basic information
...
The README reflected an earlier stage of project development. This
update gives more useful "Why Helm?" documentation at the top, and
updates several of the instructions to be more reflective of current
status.
8 years ago
Matt Butcher
87a010b5e5
Merge pull request #962 from technosophos/docs/960-hooks-lifecycle
...
docs(charts): explain hook resource lifecycle
8 years ago
Adam Reese
7a38dcff93
Merge pull request #959 from adamreese/feat/release-namespace
...
feat(*): install releases into namespace
8 years ago
Matt Butcher
a7575e8754
Merge pull request #969 from technosophos/docs/logo
...
docs(logo): add the official helm logo png
8 years ago
Matt Butcher
09c74ee8b4
docs(logo): add the official helm logo png
8 years ago
Adam Reese
57bd8b2c28
feat(*): install releases into namespace
8 years ago
Adam Reese
0e2f0c65cc
Merge pull request #961 from adamreese/chore/go-1.6.3
...
chore(ci): bump go to v1.6.3
8 years ago
Matt Butcher
9e8318fe59
docs(charts): explain hook resource lifecycle
...
This explains how a hook resource is not managed as part of the release
lifecycle.
Closes #960
8 years ago
Adam Reese
8932ab1161
chore(ci): bump go to 1.6.3
8 years ago
Matt Butcher
a0bc510662
Merge pull request #955 from technosophos/feat/932-disable-hooks
...
feat(helm): add --no-hook to helm install and delete
8 years ago
Matt Butcher
1ff5499be7
feat(helm): add --no-hooks to 'helm delete'
...
This also adds several tests, cleanups to the API, and removal of dead
code.
Relates to #932
8 years ago
Matt Butcher
f171d30379
Merge pull request #942 from technosophos/docs/938-hooks
...
docs(charts): add documentation for hooks.
8 years ago
Michelle Noorali
80a7339e2f
Merge pull request #947 from ngtuna/master
...
Fix #872 : index function should handle deleted charts correctly
8 years ago
Adam Reese
efffb0f692
Merge pull request #956 from adamreese/feat/build-cross
...
feat(build): add make target for cross builds
8 years ago
ngtuna
a2d6817b9b
go idiom typo
8 years ago
Adam Reese
8429242084
feat(build): add make target for cross builds
8 years ago
Matt Butcher
a42b43a9fa
feat(helm): add --no-hook to helm install
...
This includes a substantial bit of unit test improvements. Also, in
order to allow us to tests command line args (which translate to
helm.Option objects), I had to add a new interface to pkg/helm.
8 years ago
Adam Reese
ed5be30acc
Merge pull request #951 from adamreese/ref/command-tests
...
ref(cmd): refactor status cmd
8 years ago
Matt Butcher
2cdff5ee21
Merge pull request #946 from stapelberg/patch-1
...
Add reference to text/template Go package doc
8 years ago
Matt Butcher
a21029a804
docs(charts): add documentation for hooks.
...
Closes #938
8 years ago
Adam Reese
0ceeb19ded
ref(cmd): refactor status cmd
8 years ago
Adam Reese
b6b9a4e04d
Merge pull request #952 from adamreese/ref/create-command
...
ref(cmd): refactor create cmd
8 years ago
Adam Reese
fd81879a8a
Merge pull request #954 from adamreese/ref/lint-errors
...
ref(helm): fix naming issues from golint
8 years ago
Adam Reese
736009982e
ref(helm): fix naming issues from golint
8 years ago
Adam Reese
4dd95addd2
ref(cmd): refactor create cmd
8 years ago
Adam Reese
0d7cb4ac83
Merge pull request #945 from adamreese/ref/remove-dup-test
...
ref(cmd): remove duplicate test cases
8 years ago
Adam Reese
e83a185183
Merge pull request #948 from adamreese/chore/canonical-import
...
chore(*): add canonical import path annotation
8 years ago
ngtuna
03e59fd6c0
bypass gofmt
8 years ago
ngtuna
90192b4b2e
fix(helm): helm search should only display only those charts with a remove boolean that is set to false
8 years ago
Adam Reese
a14e76a65c
chore(*): add canonical import path annotation
...
https://golang.org/doc/go1.4#canonicalimports
8 years ago
ngtuna
bfce033cc0
fix(helm): helm repo index should not delete entry, instead it should update removed=true
8 years ago
Michael Stapelberg
561e420659
Add reference to text/template Go package doc
...
…since people might not be familiar with Go templates.
8 years ago
Adam Reese
71fa7ecb9b
ref(cmd): remove duplicate test cases
8 years ago
Matt Butcher
578ba71b10
Merge pull request #939 from technosophos/feat/937-helm-get-hooks
...
feat(helm): add 'helm get hooks'.
8 years ago
Matt Butcher
1cd9f5d541
feat(helm): add 'helm get hooks'.
...
This adds 'helm get hooks' and updates 'helm get' to return
hook information.
8 years ago
Matt Butcher
cd230ab10e
Merge pull request #935 from technosophos/fix/933-template-names
...
fix(engine): change template naming
8 years ago
Matt Butcher
73a2890277
fix(engine): change template naming
...
Template paths were relative to the chart that contained them, which
meant that all templates were named 'template/SOMETHING'. This made it
trivially easy to hit namespace collisions as in #933 .
Template path names are essentially opaque strings so this patch simply
changes them to be qualified by parent chart.
8 years ago
Adam Reese
f2a7b79eb3
Merge pull request #941 from adamreese/feat/coveralls
...
fix(ci): ensure godir is installed for coverage
8 years ago
Adam Reese
e64223664f
fix(ci): ensure godir is installed for coverage
8 years ago
Adam Reese
e66e144359
Merge pull request #940 from adamreese/feat/coveralls
...
feat(ci): setup test coverage reports with coveralls.io
8 years ago
Adam Reese
ebffaadba7
feat(ci): setup test coverage reports with coveralls.io
8 years ago
Michelle Noorali
b080e944d5
Merge pull request #936 from michelleN/feat/add-release-version
...
feat(*): add version to release
8 years ago
Michelle Noorali
15b428d450
feat(*): add version to release
...
laying ground work for #690
8 years ago
Matt Butcher
e91bbceff2
Merge pull request #916 from technosophos/feat/901-hooks
...
feat(tiller): support hooks for install
8 years ago
Matt Butcher
ff32062ae8
feat(tiller): support hooks for install
8 years ago
Adam Reese
326dca8d7e
Merge pull request #934 from adamreese/fix/ci-docker-build
...
fix(ci): move docker-build out of parallel step
8 years ago
Adam Reese
c5682803cf
fix(ci): move docker-build out of parallel step
...
circle ci can't seem to find the image when it is build in a parallel
container.
8 years ago