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
Matt Butcher
819ec44215
fix(helm): skip overwriting the lock if it hasn't changed
...
'helm dep up' will only overwrite the lock file if the digest has
changed (e.g. the source requirements.yaml is different).
Closes #1438
8 years ago
Matt Butcher
8934eb5dc6
feat(scripts): add 'get' script to download and install
...
This adds 'scripts/get`, which is a bash script for fetching and
installing the Helm client. It has the following features:
- It uses the GitHub API to discover the latest release
- It downloads the SHA256 checksum and verifies the binary using it
- It does basic tests on the installation
8 years ago
Matt Butcher
dce2079b44
fix(helm): create index file as 'helm serve' starts up.
...
When 'helm serve' is run, this now generates an index.yaml file. Before,
that file was maintained externally, often manually.
Closes #793
Partially addresses #1404
8 years ago
Matt Butcher
a34472d18e
Merge pull request #1452 from poopoothegorilla/fix/helm-upgrade-wording
...
docs(helm): update grammar for upgrade command help
8 years ago
Matt Butcher
c6390d3a5b
Merge pull request #1450 from technosophos/fix/1440-helm-local-version
...
fix(helm): add support for local version only
8 years ago
Matt Butcher
3bf1770aaa
fix(helm): use --client and --server as flags
...
This changes from --client-only and --server-only to --client and
--server. With this change, if no flags are specified, all info is
shown. If one flag is specified, only its info is shown.
8 years ago
Jim
765c1cb009
docs(helm): update grammar for upgrade command help
...
Fixes #1443
8 years ago
Matt Butcher
0fd768b446
Merge pull request #1446 from vdice/provenance-doc-amendments
...
docs(provenance.md): make amendments and add clarification
8 years ago
Matt Butcher
ff52399e51
fix(helm): add support for local version only
...
This modifies 'helm version' to allow for local-only or server-only
versions to avoid cases where calling 'helm version' was resulting in
errors.
Closes #1440
8 years ago
Vaughn Dice
741f6c81f2
docs(provenance.md): make amendments and add clarification
8 years ago
Matt Butcher
1a8d39b4ec
Merge pull request #1423 from technosophos/docs/tiller-upgrade
...
docs(install): show tiller image upgrade option
8 years ago
Matt Butcher
054613c041
Merge pull request #1434 from technosophos/fix/1430-missing-linefeed
...
fix(helm): add line feed between --values and --set data
8 years ago
Adnan Abdulhussein
ebeaaf75e3
Merge pull request #1435 from prydonius/fix-notes
...
fix(tiller): correct path to NOTES.txt template
8 years ago
Matt Butcher
03b855c812
Merge pull request #1433 from poopoothegorilla/fix/cmd-arg-length
...
fix(helm): add check for argument length for inspection subcommands
8 years ago
Adnan Abdulhussein
1b792f9906
Merge pull request #1437 from databus23/patch-1
...
Fix broken links in README
8 years ago
Adnan Abdulhussein
f97dbe33da
fix(tests): prefix template names with "templates/"
8 years ago
Fabian Ruff
46d66b3f25
Fix broken links in README
8 years ago
Adnan Abdulhussein
d19dd9f3cf
fix(tiller): correct path to NOTES.txt template
8 years ago
Jim
6e72351451
fix(helm): clarify that the Chart destination is still needed for
...
subcommands
8 years ago
Matt Butcher
973ed17030
fix(helm): add line feed between --values and --set data
...
Currently, --set simply appends data to the end of the existing values
YAML data. If a values file does not have a line feed at the end, the
set data is mis-appended. This fixes the issue by inserting a linefeed
between the --values data and --set data.
Closes #1430
8 years ago
Matt Butcher
768f88dab7
Merge pull request #1426 from technosophos/fix/1417-init-dry-run
...
fix(helm): add dry-run flag for init
8 years ago
Matt Butcher
1b1269b01e
Merge pull request #1427 from technosophos/fix/1410-localhost-ipv4
...
fix(helm): use 127.0.0.1 instead of localhost
8 years ago
Jim
6eb0cbb77f
fix(helm): add check for argument length for inspection subcommands
...
Fixes #1429
8 years ago