Frederi Mandin
c903a4417f
Corrected a typo in Easy in-cluster installation
7 years ago
Matthew Fisher
87dd64c2fd
Merge pull request #2899 from hchenxa/hchenxa
...
fix unbound variable issue when get version
7 years ago
Sharno
550d350a04
Adding output for the created repos when `helm init`
7 years ago
Hui Chen
895e8d086f
fix unbound variable issue when get version
7 years ago
Justin Scott
33ad8ca5b0
Merge pull request #2924 from bacongobbler/windows-docs
...
add Windows release to README
7 years ago
Sam Leavens
fa40e60f7d
feat(*): add k8s version to version debug cmd
...
When 'helm version --debug' is run, this will print the kubernetes server
version as well as the helm client and server versions.
Closes #1398
7 years ago
Sam Leavens
3eeab04e0b
Revert "feat(*): add k8s version to version debug cmd"
...
This reverts commit 63be90dda5
.
7 years ago
Sam Leavens
63be90dda5
feat(*): add k8s version to version debug cmd
...
When 'helm version --debug' is run, this will print the kubernetes server
version as well as the helm client and server versions.
Closes #1398
7 years ago
Matthew Fisher
111482519d
add Windows release to README
...
Also bumps the release version to v2.6.1.
7 years ago
Kazuki Suda
fa3ee5aecf
feat(helm): add --kube-version flag to helm template
...
This commit adds --kube-version flag to helm template. It allows you to
override the Kubernetes version used as Capabilities.KubeVersion.Major/Minor (e.g. 1.7).
7 years ago
Kazuki Suda
3508cebbf6
Use the same defaults as done in helm lint for Capabilities
7 years ago
Matthew Fisher
e742aa8d34
Merge pull request #2912 from flyer103/tiller-default-ns
...
cmd/helm,docs/helm: amend default namespace of tiller
7 years ago
flyer103
d55782de94
cmd/helm,docs/helm: amend default namespace of tiller
7 years ago
Adam Reese
46d97c3d2a
Merge pull request #2911 from adamreese/fix/circle-deploy
...
fix(ci): lower number of parallel builds
7 years ago
Adam Reese
46598952ea
fix(ci): lower number of parallel builds
...
circleci chokes with too many processes
7 years ago
Adam Reese
830d84f6ca
Merge pull request #2906 from adamreese/fix/circle-deploy
...
fix(ci): move deploy instructions to build job
7 years ago
Adam Reese
8e13a5bd1f
fix(ci): move deploy instructions to build job
...
https://circleci.com/docs/2.0/configuration-reference/#deploy
7 years ago
Michelle Noorali
84bb77f183
Merge pull request #1997 from AmandaCameron/issue/1401
...
Take a crack at Issue #1401
7 years ago
Amanda Cameron
415e52bf55
Add support for sub-directory scanning as in issue #1401
7 years ago
Adnan Abdulhussein
720c9bf55f
Merge pull request #2903 from kubernetes/fix-port-forward
...
fix(create): port-forward should use internal port
7 years ago
llsheldon
0440b54bbf
fix(helm):Fix dependency aliaes not working
...
The alias functionality only works when a hardcoded version
is used. Any use of semver logic causes unexpected behavior.
I use version.IsCompatibleRange to check the dependency version.
Closes #2794
7 years ago
Adnan Abdulhussein
8fd8a7c324
fix(create): port-forward should use internal port
...
cc @james-w
7 years ago
Maciej Kwiek
8aed103592
Merge pull request #2838 from nebril/circle2
...
CircleCI 2 config
7 years ago
Justin Scott
ed24b3199a
bug(tiller): sort unknown but different kinds alphabetically based on kind name
...
Adds additional manifest sorting logic so that different unknown kinds
are sorted alphabetically so that manifest order is more deterministic.
7 years ago
Matthew Fisher
1ac5cd78de
Merge pull request #2901 from bacongobbler/bump-lint-k8s-version
...
bump k8s version in helm lint to 1.7
7 years ago
Steven E. Harris
f588315b76
Remove spurious field in kind sorter test ( #2667 )
...
The test never reads the manifest type's "content" field, so there's
no reason to populate it explicitly with its zero value.
7 years ago
Matthew Fisher
8b512808df
bump k8s version in helm lint to 1.7
7 years ago
xuhaigang
c1cbb97348
Fix(helm): fix the bug of helm search --regexp
...
helm search cannot search for upper case by --regexp, because it
lowers all the letters when build repo index.
Closes #2865
7 years ago
Matthew Fisher
5ed2d6bddb
Merge pull request #2897 from bacongobbler/semver-contract
...
add section on semantic versioning
7 years ago
Matthew Fisher
d978c4af62
Merge pull request #2889 from scottrigby/2888-clarify-default-command-best-practice
...
Fixes #2888 . Clarifies that use of default command should stay DRY
7 years ago
Matthew Fisher
6258730d65
add section on semantic versioning
...
This documentation was ripped from the Helm v2.2.0 release notes. I've referenced it enough times that
it should be placed somewhere in the documentation.
7 years ago
Matthew Fisher
bb5db61325
Merge pull request #2781 from jascott1/i2755-template
...
feat(helm): add `template` command
7 years ago
Matthew Fisher
77f8ab724c
Merge pull request #2892 from ReSearchITEng/patch-1
...
easy install cmd copy/paste for those living on the edge
7 years ago
ReSearchITEng
56af57ea94
easy copy/paste for those living on the edge
...
easy copy/paste for those living on the edge :)
7 years ago
Scott Rigby
58e8e3b756
Fixes #2888 . Clarifies that use of default command should stay DRY
7 years ago
Justin Scott
bf426afd3c
Merge pull request #2860 from jascott1/i2443-openssl
...
feat(helm): use openssl sha1 command in Helm get script
7 years ago
Matt Butcher
7186fcf240
Merge pull request #2808 from ebabani/master
...
'helm upgrade --install' uses the namespace from kube config.
7 years ago
Matthew Fisher
2e9bb9f552
Merge pull request #2867 from appscode/upl
...
Update link to wheel
7 years ago
Matthew Fisher
ecede6f167
Merge pull request #2877 from kfirstri/fix-docs-hooks
...
fix(helm) right syntax is helm.sh/hook-delete-policy
7 years ago
Taylor Thomas
d5243dc788
Merge pull request #2874 from DoctorZK/fix/hook-log-during-multiple-annotations
...
fix(tiller): fix a warning bug in hook annotation
7 years ago
kfirstri
a1f536cb2b
right syntax is helm.sh/hook-delete-policy according to commit 734b124577
7 years ago
DoctorZK
608fd7318a
fix(tiller): fix a warning bug in hook annotation
7 years ago
Justin Scott
8befd50c12
Merge pull request #2850 from rocky-nupt/fix-update-delete-subcharts
...
Fix(helm): Fix the bug of dependency update deleting subcharts
7 years ago
Justin Scott
46ce97c1b0
feat(helm): use openssl sha1 command
...
Currently the bash script that installs Helm is hard-coded to use
openssl sha command but some distros like Debian 9 only have sha1.
Since the popular current distros have sha1 we can switch to that.
Closes(#2859 )
7 years ago
Justin Scott
4a02a71f1e
WIP feat(helm): add `template` command
...
This adds the functionality from the helm-template plugin to allow the
rendering of templates without Tiller.
Closes #2755
7 years ago
Tamal Saha
a412a1209a
Update related.md
7 years ago
xuhaigang
c77a90a240
feat(helm):Allow remote values.yaml with -f
...
In this feature, we can use -f option with remote files, same as kubectl
accepts URLs. I add an option to send a 'get' request when read the local
file failed.
Closes #2642
7 years ago
tamal
cdc0245d77
Update link to wheel
7 years ago
xuhaigang
b79033a715
Merge branch 'fix-update-delete-subcharts' of https://github.com/rocky-nupt/helm into fix-update-delete-subcharts
7 years ago
Taylor Thomas
1dbbace831
Merge pull request #2692 from DoctorZK/feat/hook-delete-policy
...
feat(*) add key helm.sh/hook-delete-policy to hook annotation
7 years ago