Tony Fahrion
8eace382f9
improve check if we are root already - in scripts/get
...
$EUID is readonly, so it should be save to test against it.
Thanks for the tip @thomastaylor312 !
7 years ago
Taylor Thomas
6931a2387d
Merge pull request #2629 from gmile/patch-1
...
Reduce indent in code block
7 years ago
Taylor Thomas
4204f69cd2
Merge pull request #2628 from KarolisL/patch-1
...
Remove confusing 'if' from install.md
7 years ago
Taylor Thomas
1ea663a32b
Merge pull request #2625 from santiycr/patch-1
...
charts.md updates
7 years ago
Santiago Suarez Ordoñez
4c58fb0443
removing redundant content after reorg
7 years ago
Eugene Pirogov
0104bce792
Add syntax highlighting
7 years ago
Eugene Pirogov
5a892efcf8
Reduce indent in code block
7 years ago
Karolis Labrencis
25852aa8f4
Remove confusing 'if' from install.md
...
The "if" might confuse reader
7 years ago
Tony Fahrion
974c4b67c7
fix scripts/get runAsRoot CMD var building
...
Avoid using $* multiple times
7 years ago
Tony Fahrion
f43da7fcfb
makes sudo an optional dependency in scripts/get
...
If the execution user is already the root user, this avoids requireing
sudo to be installed within the environment. Which might helo in CI
environments.
7 years ago
Santiago Suarez Ordoñez
731df0a154
charts.md updates
...
Updating docs to prioritize `requirements.yaml` over `charts/` directory.
As `requirements.yaml` is the recommended strategy, let's document that first to make sure no one jumps the gun and goes ahead to implement manual deps via `charts/` just because they didn't read the whole section.
7 years ago
Justin Scott
37e5f76f9e
Capitalize 'helm' text that was missed.
7 years ago
Justin Scott
b704947d54
Fix broken tests due to "server-side" text change.
7 years ago
Justin Scott
af4c243ee3
Correct punctuation and capitalization for user facing strings.
7 years ago
Taylor Thomas
56ed16aeca
Merge pull request #2499 from WilliamDenniss/test-docs
...
Fixed helm test sample.
8 years ago
William Denniss
c19bba17c5
Fixed helm test sample.
...
The current sample doesn't work as documented.
New sample based on https://github.com/kubernetes/charts/pull/1156 .
8 years ago
Michelle Noorali
29c4709b5e
Merge pull request #2550 from michelleN/export-fake-release-client
...
ref(helm): make FakeReleaseClient public
8 years ago
Taylor Thomas
654e8430c5
Merge pull request #2614 from unguiculus/docs-update
...
Update standard label docs
8 years ago
Nandor Kracser
5f96fb816c
CAFile is now optional, in that case the default RootCAs are used
8 years ago
Reinhard Nägele
4f14bb9d05
Update standard label docs
8 years ago
Sushil Kumar
82da721c0a
Added tests for different combinations of subcharts & requirements.yaml
...
Added more tests to test following comibnations of subcharts and requirements.yaml
- [ ] subcharts not specified in requirements.yaml
- [ ] some subcharts specified in requirements.yaml while others should be picked directly from "charts\"
- [ ] all subcharts specified in requirements.yaml without alias
- [ ] subcharts specified in requirements.yaml with alias is already tested
8 years ago
Matt Butcher
42ede7f6f8
Merge pull request #2589 from luck02/patch-1
...
Update plugins.md
8 years ago
Y.W
0f953403a2
give an uniform check for release process ( #2565 )
...
* give an uniform check for release process
* fixed as the review of adamreese: update the err message when releasename is empty and update the test units.
* fixed as the review of bacongobbler: add more detail information to return message. the regex rule is added to the return message.
8 years ago
Reinhard Nägele
5a3be67acf
Update standard label docs ( #2581 )
...
Align docs to what we currently recommend as best practices.
8 years ago
Matt Butcher
66f908778f
Merge pull request #2603 from yuvipanda/patch-2
...
Fix markdown syntax in doc
8 years ago
Matt Butcher
bf2e154f9e
Merge pull request #2605 from sushilkm/issues/2598
...
Added omitempty to Requirements struct
8 years ago
Michelle Noorali
a41b851bc2
Merge pull request #2608 from flynnduism/doc-links
...
Update README with links to docs.helm.sh
8 years ago
Taylor Thomas
0b8b8733c4
Merge pull request #2583 from unguiculus/improve-examples
...
Improve chart examples
8 years ago
flynnduism
8e5d77d2fa
Update README with links to docs.helm.sh
8 years ago
Michelle Noorali
8a99a4aa6f
ref(helm): rename FakeReleaseClient -> FakeClient
8 years ago
Sushil Kumar
7ce5c7925b
Adds charts in "charts\" directory to dependencies
...
Dependencies should be processed even if they are not added to requirements.yaml
Fixes https://github.com/kubernetes/helm/issues/2599
8 years ago
Sushil Kumar
bfd74c35e9
Added omitempty to Requirements struct
...
This was needed to get correct sha for requirements.yaml and requirements.lock
Fixes https://github.com/kubernetes/helm/issues/2598
8 years ago
Yuvi Panda
963aca1d78
Fix markdown syntax in doc
8 years ago
Adam Reese
012cb0ac1a
chore(*): bump to v2.5.0
8 years ago
Sushil Kumar
f476f83e83
<chart>.tgz will now be downloaded to "$HELM_HOME/cache/archive" directory ( #2558 )
...
* <chart>.tgz will now be downloaded to "$HELM_HOME/cache/archive" directory
Fixes https://github.com/kubernetes/helm/issues/2142
* Added archive location to helm init
8 years ago
Taylor Thomas
9c8a99b52a
Merge pull request #2584 from unguiculus/helm-create
...
Improve 'helm create'
8 years ago
Patrick Mahoney
9e62777a56
ref(helm): consolidate vars() function
8 years ago
Gary Lucas
7681a1c82b
Update plugins.md
...
typo
8 years ago
Reinhard Nägele
76e6e15a0c
Add comment on resources
8 years ago
Taylor Thomas
3ff8e9196e
Merge pull request #2586 from JulienBalestra/docs-command-typo
...
docs: Fix typo in command line
8 years ago
Julien Balestra
8dfec4db61
Fix typo in command line.
8 years ago
Reinhard Nägele
51923e54b1
Improve 'helm create'
8 years ago
Reinhard Nägele
843e652472
Improve chart examples
8 years ago
Adam Reese
72cd1464d2
Merge pull request #2570 from adamreese/ref/goimports
...
ref(tiller): cleanup goimports
8 years ago
Matt Butcher
dece57e0ba
Merge pull request #2350 from eicnix/master
...
Added "tpl" template function
8 years ago
Adam Reese
eccb041c0f
ref(tiller): cleanup goimports
8 years ago
Adam Reese
5c1830f1aa
Merge pull request #2569 from adamreese/ref/tiller
...
ref(tiller): refactor out cobra from tiller
8 years ago
Adam Reese
a658d24ccd
ref(tiller): refactor out cobra from tiller
8 years ago
Adam Reese
401f8bcc18
Merge pull request #2563 from adamreese/ref/code-cleanup
...
ref(helm): mix bag of syntax cleanup in cmd/helm
8 years ago
Matt Butcher
ecef026b68
Merge pull request #2545 from technosophos/feat/set-list-index
...
feat(helm): support array index format for --set.
8 years ago