Michelle Noorali
f600b30c7a
feat(kube): add update logic to kube client
...
This commit adds an Update function to the client.
The Update function takes in the modified manifests and
the original manifests. It then iterates through the modified
objects, creates objects not found in kubernetes, and updates
objects that exists but have been modified. Finally, it
iterates through the original resources and checks to see if
they have been deleted in the modified configuration and then
proceeds to delete them. #690
9 years ago
fibonacci1729
a83425d44b
style & doc comments
9 years ago
Michelle Noorali
584245eadf
Merge pull request #1023 from mumoshu/check-tgz-extension
...
Check for the tgz extension while collecting chart paths
9 years ago
Matt Butcher
b009bf7dc4
fix(helm): fix inspect command to not panic
...
Helm can now inspect a chart if the values.yaml file is not present or
is empty.
9 years ago
Yusuke Kuoka
c0de9b4ada
Check for the tgz extension while collecting chart paths
9 years ago
Matt Butcher
7800a3c81e
Merge pull request #1021 from technosophos/ref/1020-change-getstring-get
...
ref(templates): change GetString to Get
9 years ago
fibonacci1729
241cc29883
gofmt
9 years ago
fibonacci1729
c7e3ec7c46
add license to filter.go
9 years ago
fibonacci1729
d458bb7fb9
Change Create to return ErrReleaseExists if release exists
9 years ago
fibonacci1729
fad498e8fd
added / documented common errors
9 years ago
Miguel Ángel Martínez Triviño
2521ce7bc2
Merge pull request #1019 from ebraminio/strictflag
...
Add a strict flag to helm lint
9 years ago
Ville Aikas
1d718d7939
Merge pull request #1015 from vaikas-google/master
...
Add name-template flag for installation that allows the user to speci…
9 years ago
Matt Butcher
b7945d05c4
ref(templates): change GetString to Get
...
This changes "pkg/chartutil".Files.Get to return a string, removes
"pkg/chartutil".Files.GetString, and adds
"pkg/chartutil".Files.GetBytes.
Closes #1020
9 years ago
Matt Butcher
2c3d45d1f9
Merge pull request #1017 from pwittrock/deploy
...
Switch from rc to deployment for running tiller
9 years ago
Ebrahim Byagowi
107821f9ec
Add a strict flag to helm lint
9 years ago
vaikas-google
d42dbd3538
address code review comments. use text/template instead of html/template
9 years ago
Phillip Wittrock
4964467868
Swtich from rc to deployment for running tiller
9 years ago
Matt Butcher
19a7127ce1
Merge pull request #1006 from technosophos/feat/1005-partial-func
...
feat(engine): add 'partial' function
9 years ago
Matt Butcher
603bb20ed4
Merge pull request #1014 from technosophos/fix/1010-reuse-name-replace
...
fix(helm): rename --reuse-name to --replace
9 years ago
vaikas-google
01a598f531
Add name-template flag for installation that allows the user to specify a template used for release name generation
9 years ago
fibonacci1729
967e438bfd
gofmt ...
9 years ago
fibonacci1729
a05b48f320
update driver Queryor interface to reflect list filtering mechanism
9 years ago
fibonacci1729
bfd6712c94
add filtering mechanism to storage and embed Driver directly into Storage
9 years ago
Matt Butcher
9718c9e7c8
feat(engine): add 'partial' function
...
This adds a context-aware template function called 'partial' that will
allow rendering other templates in a chart into a string value, which
can then be piped to other functions. Usage is something like
'{{partial 'path/to/template.yaml' | indent 2}}'
This might be a bad idea.
Closes #1005
9 years ago
Matt Butcher
ad89851ad7
Merge pull request #1012 from technosophos/docs/document-files-object
...
docs(charts): describe {{.Files}}
9 years ago
Adam Reese
1c7b3a1ba2
Merge pull request #1011 from adamreese/ref/init-cmd
...
ref(cmd): refactor init command
9 years ago
Adam Reese
39e1fecc3f
Merge pull request #1009 from adamreese/chore/update-deps
...
chore(*): upgrade dependencies
9 years ago
Adam Reese
39ba728b6f
ref(cmd): refactor init command
9 years ago
Matt Butcher
4593111892
fix(helm): rename --reuse-name to --replace
...
Closes #1010
9 years ago
Matt Butcher
64831314a7
docs(charts): describe {{.Files}}
9 years ago
fibonacci1729
061b534885
fix panic in memory_test when release status is nil
9 years ago
fibonacci1729
aff817a1fc
run gofmt
9 years ago
fibonacci1729
4210d60c5e
add storage type to interface with multiple drivers
9 years ago
fibonacci1729
6dd5c9783e
add driver package to encapsulate storage backends
9 years ago
fibonacci1729
943eadec38
move old memory impl. to driver/
9 years ago
Adam Reese
787d326c7a
chore(*): upgrade dependencies
9 years ago
Matt Butcher
be053f3c05
Merge pull request #994 from technosophos/feat/950-files-in-templates
...
feat(tiller): add Files map to templates
9 years ago
Matt Butcher
033dbfe75e
feat(tiller): add Files map to templates
...
Templates can now access the non-template files in a chart by using
the '{{.Files}}' map inside of a template.
Relates to #950
9 years ago
Matt Butcher
a1fffc6977
Merge pull request #997 from technosophos/feat/972-reuse-name
...
feat(helm,tiller): add --reuse-name flag to helm install
9 years ago
Adam Reese
ccaec6e66f
Merge pull request #1000 from adamreese/feat/reaper
...
feat(kube): reap related resources on delete
9 years ago
Adam Reese
ea4dcbab11
feat(kube): reap related resources on delete
9 years ago
Matt Butcher
9fe7f41364
feat(972): add --reuse-name flag to helm install
...
This will allow helm install to re-use names for releases that were
already deleted.
9 years ago
Seth Goings
060fe827be
Merge pull request #996 from sgoings/add-semver-link
...
chore(README): link to Semver 2 spec
9 years ago
Seth Goings
9d202cfcf3
chore(README): link to Semver 2 spec
9 years ago
Matt Butcher
bd5a9753a7
Merge pull request #992 from technosophos/fix/991-partials-parse-error
...
fix(tiller): remove partials and empty manifests
9 years ago
Matt Butcher
95dbefe06d
fix(tiller): remove partials and empty manifests
...
This removes partials and empty manifests during the sortHooks
operation. Doing so makes sortHooks the defacto place for sorting
manifests, hooks, and partials.
Closes #991
9 years ago
Adam Reese
9f62bb5edb
Merge pull request #987 from adamreese/fix/inspect-description
...
fix(cmd): set description for inspect
9 years ago
Michelle Noorali
6006fc7b21
Merge pull request #963 from michelleN/feat/690-helm-upgrade
...
feat(*): add upgrade command and validations
9 years ago
Matt Butcher
b5354180f6
Merge pull request #984 from GrantSeltzer/inspect-chart-or-values-options
...
Add subcommands to inspect only chart or values
9 years ago
Adam Reese
ade20bcbcf
fix(cmd): set description for inspect
9 years ago