Matt Butcher
58164e0009
fix(linter): remove spurious namespace error
...
Long ago, Helm did not support cross-namespace installs. There was a
linter rule to catch this. When we changed the way Helm worked, we did
not remove the linter rule. This commit removes that linter rule.
Closes #1489
8 years ago
Matt Butcher
32354be03b
fix(1488): suppress gRPC logs and errors
...
If gRPC fails to make a connection, the result is a log message and a
verbose error. This suppresses log output and replaces the error with a
much more succinct one.
Closes #1488
8 years ago
Adam Reese
13ec13aff5
Merge pull request #1487 from adamreese/ref/kube-builder-update
...
ref(kube): add info match helper functions
8 years ago
Matt Butcher
eb3624a53a
Merge pull request #1486 from poopoothegorilla/fix/add-chart-dir-err
...
fix(pkg/chartutil): add error if chart yaml not in directory
8 years ago
Matt Butcher
6f8fb05575
Merge pull request #1474 from technosophos/docs/install_faq
...
docs(install): add frequently asked questions
8 years ago
Adam Reese
ab12c46259
ref(kube): add info match helper functions
8 years ago
Jim
7a054e0e6b
fix(pkg/chartutil): add error if chart yaml not in directory
...
For archived files the Chart.yaml file should be contained in a base
directory. This commit adds an error when the Chart.yaml file is found
in the root directory.
Fixes #1171
8 years ago
Adam Reese
534f0df907
Merge pull request #1485 from adamreese/ref/kube-builder-update
...
ref(kube): add newBuilder function to dry up builder calls
8 years ago
Adam Reese
afb24d00d3
ref(kube): add newBuilder function to dry up builder calls
8 years ago
Matt Butcher
d92e03046b
docs(install): add frequently asked questions
8 years ago
Matt Butcher
757ebb82bd
Merge pull request #1469 from technosophos/docs/revised-charts-repo
...
docs(chart_repository): update the repo docs
8 years ago
Matt Butcher
86991e97bd
Merge pull request #1481 from technosophos/docs/sap-workflow-examples
...
docs(charts_tips_and_tricks): SAP and Deis examples
8 years ago
Matt Butcher
91ff73bf53
docs(charts_tips_and_tricks): SAP and Deis examples
...
This adds a couple of examples for building an application chart for
complex multi-part applications.
8 years ago
Matt Butcher
91005b8f78
Merge pull request #1476 from poopoothegorilla/fix/testdata-bug
...
fix(helm): fix tests if tmp directory is on another block device
8 years ago
Jim
057e4efe42
fix(helm): fix tests if tmp directory is on another block device
...
Two non-exported helper functions were added to the repo index test
file. They first try to link the file, since this is optimal. If the
link fails a copy occurs.
Fixes #1472
8 years ago
Matt Butcher
846011b02a
Merge pull request #1473 from technosophos/fix/1468-3rd-party-apis
...
fix(tiller): allow 3rd party APIs
8 years ago
Matt Butcher
f27791c35b
fix(tiller): allow 3rd party APIs
...
This feature has been disabled in the past because simply enabling the
feature causes the Kubernetes library to make requests to a server.
Thus, running any tests that use the 'pkg/kube' library has required
running a kube API server.
This patch makes it possible to selectively activate 3rdParty API
support, and then disables that support during testing.
Future versions of the Kubernetes library appear to make it easier to
configure and mock this behavior, so this is most likely a stop-gap
measure. (Famous last words.)
Closes #1472
8 years ago
Matt Butcher
1a397dd0d9
Merge pull request #1471 from technosophos/docs/kubernetes-distros
...
docs(kubernetes_distros): add notes on kube distros
8 years ago
Matt Butcher
e4507541f2
docs(kubernetes_distros): add notes on kube distros
...
This adds a place to put distribution-specific information about
different distributions of Kubernetes.
8 years ago
Adam Reese
942519dece
Merge pull request #1470 from adamreese/fix/1467-default-host
...
fix(helm): add kubernetes defaults to context
8 years ago
Adam Reese
d2648ec479
fix(helm): add kubernetes defaults to context
...
fixes : #1467
8 years ago
Matt Butcher
67f894b0c6
docs(chart_repository): update the repo docs
...
This pass through fixed formatting, examples, and technical information
to reflect the current state of Helm. Also added some pointers for
using a regular webserver.
8 years ago
Matt Butcher
3ba2427278
Merge pull request #1465 from technosophos/docs/install-script
...
docs(install): document installer script
8 years ago
Matt Butcher
95d346644a
Merge pull request #1466 from technosophos/fix/1439-err-on-failed-download
...
fix(helm): fail when helm deps are not fetched
8 years ago
Brian
87e7e54e80
Merge pull request #1456 from fibonacci1729/feat/998
...
feat(998): append to history on install --replace
8 years ago
Matt Butcher
993b9a6352
docs(code-of-conduct): redirect to official CNCF CoC
...
Rather than trying to keep this repo's code of conduct up to date with
the upstream, redirect like Kubernetes does to the official CoC.
8 years ago
Matt Butcher
5dfbf7e3cb
fix(helm): fail when helm deps are not fetched
...
This changes the behavior of the bulk downloader to fail as soon as it
encounters a dependency that it cannot fetch.
Closes #1439
8 years ago
Matt Butcher
1e213634cf
docs(install): document installer script
...
This adds documentation for 'scripts/get'.
8 years ago
Adnan Abdulhussein
5ea81b47b1
Merge pull request #1461 from viglesiasce/update-create-templates
...
Add deployment, service and NOTES to create
8 years ago
Matt Butcher
f175a14c90
Merge pull request #1460 from technosophos/fix/1447-prompt-passphrase-pgp
...
fix(helm): read passphrase from prompt
8 years ago
Matt Butcher
9ae97c341c
fix(helm): read passphrase from prompt
...
This prompts the user to enter a passphrase if the given PGP key is
encrypted.
Closes #1447
8 years ago
Matt Butcher
fce17441f6
Merge pull request #1462 from kubernetes/docs/provenance-keybase
...
docs(provenance): explain using Keybase.io
8 years ago
Vic Iglesias
665615f30f
Remove **** from default notes
8 years ago
Vic Iglesias
2b2e1d59c8
Simplify final logic block in create
8 years ago
fibonacci1729
5262e1e85a
feat(998): append to history on install --replace
8 years ago
Matt Butcher
8530a8dde2
docs(provenance): explain using Keybase.io
8 years ago
Vic Iglesias
06d9ccd038
Fix formatting
8 years ago
Vic Iglesias
cd34492b5a
Add tests for new files in create
8 years ago
Vic Iglesias
8d867657bb
Add resources and probes
8 years ago
Vic Iglesias
4120e67240
Add deployment, service and NOTES to create
8 years ago
Adnan Abdulhussein
db6499c530
Merge pull request #1458 from prydonius/update-install-readme
...
chore(README): update install section for Beta.2
8 years ago
Adnan Abdulhussein
c324e1a084
chore(README): update install section for Beta.2
8 years ago
Matt Butcher
8660f012a2
Merge pull request #1457 from ammeon/fix-typo-in-docs
...
docs(*) fix typos in docs
8 years ago
Adam Reese
8a5550d0c6
chore(*): bump to v2.0.0-beta.2
8 years ago
joe2far
eba74bec6c
docs(*) fix typos in docs
8 years ago
Michelle Noorali
7b58f21cc8
Merge pull request #1451 from michelleN/set-types
...
fix(helm): correctly convert types on --set flag
8 years ago
Michelle Noorali
c62ff7eaee
fix(helm): correctly convert types on --set flag
...
fixes #1449
8 years ago
Matt Butcher
f5be296f0c
Merge pull request #1454 from technosophos/fix/1428-dont-update-unchanged-lock
...
fix(helm): skip overwriting the lock if it hasn't changed
8 years ago
Matt Butcher
7009c3c377
Merge pull request #1453 from technosophos/fix/792-serve-update-index
...
fix(helm): create index file as 'helm serve' starts up.
8 years ago
Matt Butcher
9b31ad48fc
Merge pull request #1428 from technosophos/feat/get-helm-script
...
feat(scripts): add 'get' script to download and install
8 years ago