Morten Lied Johansen
eeaacc4a07
Add `--upgrade` option to `init`
...
When option is given, any existing Tiller will be upgraded to the current version
9 years ago
Adam Reese
8824eabfee
Merge pull request #1722 from nlamirault/patch-1
...
Add ARM target for binaries
9 years ago
Matt Butcher
5d4033f4aa
Merge pull request #1774 from philips/fixup-container-linux-docs
...
docs: kubernetes_distros: complete note about socat on Container Linux
9 years ago
Matt Butcher
410bf899ed
Merge pull request #1757 from mboersma/bump-to-213
...
chore(*): bump to v2.1.3
9 years ago
Adam Reese
1eeba7a12e
Merge pull request #1763 from dongziming/master
...
Fix typos and spelling errors
9 years ago
Adam Reese
1d145b6db0
Merge pull request #1767 from zoidbergwill/patch-1
...
Installation guide link is wrong in install FAQ
9 years ago
Brandon Philips
edbc561759
docs: kubernetes_distros: complete note about socat on Container Linux
...
This fixes two things:
1) CoreOS Linux is now Container Linux https://coreos.com/blog/tectonic-self-driving.html#coreos-linux-is-now-container-linux
2) Provide more technical details on what is going on for users trying
to debug and understand
9 years ago
William Martin Stewart
a091ca90f3
Installation guide link is wrong in install FAQ
...
It links to install.yaml instead of install.md: https://github.com/kubernetes/helm/blob/master/docs/install.md
9 years ago
dongziming
34d7585f1e
Spelling errors and so on.
9 years ago
Matt Boersma
bd27acd02c
chore(*): bump to v2.1.3
9 years ago
Adam Reese
b928088a8a
Merge pull request #1752 from adamreese/ref/tiller-version-check
...
ref(tiller): dry up client/server version checks
9 years ago
Matt Butcher
09cbb6d6e0
Merge pull request #1758 from cblecker/macos-docs-update
...
Update docs for new Homebrew formula
9 years ago
Adam Reese
a58e07cde0
Merge pull request #1750 from adamreese/feat/dry-run-validate
...
feat(tiller): validate objects against kube schema on dry-run
9 years ago
Christoph Blecker
d41d3b566f
Update OS X references to macOS
9 years ago
Christoph Blecker
11dc26a7ec
Update docs for homebrew formula
9 years ago
Adam Reese
b82d519025
ref(tiller): dry up client/server version checks
9 years ago
Matt Butcher
0fb9139159
Merge pull request #1748 from technosophos/docs/failed-tiller-auth
...
docs(install_faq): document tiller panic for auth failure
9 years ago
Matt Butcher
6789b4334b
docs(install_faq): document tiller panic for auth failure
...
This documents an issue reported in Slack that turned out to be related
to security configuration in Kubernetes.
9 years ago
Adam Reese
d10e9186dc
feat(tiller): validate objects against kube schema on dry-run
9 years ago
Matt Butcher
a95bd105f0
Merge pull request #1747 from technosophos/ref/minor-error-refactor
...
ref(tiller): minor style refactor
9 years ago
Matt Butcher
bdebab40bd
Merge pull request #1745 from technosophos/chore/1744-sprig-2.8
...
chore(tiller): update Sprig to 2.8.0
9 years ago
Matt Butcher
e451f79bc2
Merge pull request #1706 from technosophos/feat/1480-version-flag
...
feat(1480): add --version flag to package command
9 years ago
Matt Butcher
dbe1c970b3
ref(tiller): minor style refactor
9 years ago
Adam Reese
1cb25b9111
Merge pull request #1746 from adamreese/fix/broken-tests
...
fix(tests): fix broken tests for upgrade
9 years ago
Adam Reese
4398255f09
fix(tests): fix broken tests for upgrade
9 years ago
Matt Butcher
b28b58ad8b
Merge pull request #1715 from mariusgrigoriu/master
...
Play nicely with roles that don't allow creating namespaces
9 years ago
Matt Butcher
48553d0a3a
Merge pull request #1740 from wilkers-steve/docs/change_trunc_length
...
docs(helm): change `trunc 24` in base charts
9 years ago
Matt Butcher
60db73d28e
chore(tiller): update Sprig to 2.8.0
...
Closes #1744
9 years ago
Steve Wilkerson
0d9c6bee94
Merge branch 'docs/change_trunc_length' of https://github.com/wilkers-steve/helm into docs/change_trunc_length
9 years ago
Steve Wilkerson
141a401c48
docs(helm): change `trunc 24` in base charts
...
The upper limit for a chart name is 63 characters now instead of
14 or 24 in older versions of Kubernetes. This replaces `trunc 24`
in the example chart provided to `trunc 63` to reflect the new
length available.
Closes #1637
9 years ago
Matt Butcher
b51ad7a0e5
Merge pull request #1693 from thomastaylor312/feat/hook-timeout
...
feat(*): Adds support for timeout flag
9 years ago
Matt Butcher
cc118fc745
Merge pull request #1743 from mboersma/bump-to-212
...
chore(*): bump to 2.1.2
9 years ago
Matt Butcher
bea54d1073
Merge pull request #1734 from kmala/release
...
fix(upgrade):Check the raw vals during an upgrade properly
9 years ago
Matt Boersma
152cf427ed
chore(*): bump to 2.1.2
9 years ago
Nicolas Lamirault
77b105af91
Add default binary
9 years ago
Steve Wilkerson
a6803d9c5c
docs(helm): change `trunc 24` in base charts
...
The upper limit for a chart name is 54 characters now instead of
14 or 24 in older versions of Kubernetes. This replaces `trunc 24`
in the example chart provided to `trunc 54` to reflect the new
length available.
Closes #1637
9 years ago
Matt Butcher
22c1b979af
Merge pull request #1729 from technosophos/fix/1708-rollback-help
...
fix(helm): fix rollback documentation
9 years ago
Matt Butcher
79b6c0a7b9
Merge pull request #1735 from technosophos/docs/link-to-go-whitespace
...
docs(chart_template_guide): link to Go template docs
9 years ago
Keerthan Reddy Mala (kmala)
ce79fa8732
fix(upgrade):Check the raw vals during an upgrade properly
9 years ago
Adam Reese
e53f833339
Merge pull request #1738 from adamreese/feat/1537-upgrade-debug
...
feat(helm): add release debugging for upgrade
9 years ago
Adam Reese
1c3bada618
feat(helm): standardize debug output for releases
9 years ago
Matt Butcher
a23672744e
fix(helm): fix rollback documentation
10 years ago
Matt Butcher
5aa405177d
Merge pull request #1737 from v1k0d3n/master
...
chart repo docs: small correction/clarification
10 years ago
Matt Butcher
7399f02c97
Merge pull request #1736 from wilkers-steve/quickstart_typos
...
Typo in helm quickstart guide.
10 years ago
Brandon B. Jozsa
82e0d00d2d
clear instructions for gh-pages
10 years ago
Steve Wilkerson
0c8cff47ae
Typo in helm quickstart guide.
...
Fixed a small typo in the quickstart guide. Change 'upgrade' to
'upgraded' to match tense.
10 years ago
Nicolas Lamirault
b71a93e391
Split packages
...
Split helm and tiller packages.
10 years ago
Adam Reese
934249aadf
feat(helm): add release debugging for upgrade
10 years ago
Michelle Noorali
72a93efb48
Merge pull request #1730 from michelleN/fix/1463-remove-linter-rule
...
fix(linter): disable checking for empty values
10 years ago
Michelle Noorali
d289a0c45a
Merge pull request #1731 from michelleN/proposal-doc
...
chore(docs): add how to submit proposals
10 years ago