Matthew Fisher
b600ea475e
Merge pull request #2982 from HotelsDotCom/pkg-lint-test-panics
...
Avoid panics if test is failing
7 years ago
Marcin Kłopotek
42bc36d240
Fixes shell installation script #2977
7 years ago
Taylor Thomas
acd113ec21
Merge pull request #2978 from HotelsDotCom/detailed-wait-log
...
More helpful wait messages in tiller logs
7 years ago
Matthew Fisher
6e54d3b8ea
Merge pull request #2747 from rocky-nupt/dependencies-update-verify
...
fix(helm): Fix the bug in helm dependency update -verify
7 years ago
Taylor Thomas
333f8dd354
fix(sorter): Adds missing unit test
...
Adds a unit test that was missed as part of #2961
7 years ago
Maxim Ivanov
a6872c124a
Avoid panics if test is failing
7 years ago
Maciej Kwiek
962191b929
Merge pull request #2876 from rocky-nupt/fix-search-regexp
...
Fix(helm): fix the bug of helm search --regexp
7 years ago
Matthew Fisher
f9c51ecfa3
Merge pull request #2974 from bacongobbler/update-roadmap-link
...
update link to roadmap
7 years ago
Taylor Thomas
8c2c9fcf6e
Merge pull request #2961 from NauxLiu/patch-1
...
Load StorageClass before PersistentVolume is loaded.
7 years ago
Taylor Thomas
de3b426a86
Merge pull request #2971 from neil-ca-moore/install-docs-change
...
Install docs change
7 years ago
Taylor Thomas
49120bb436
Merge pull request #2849 from yan234280533/patch-pod
...
Add the status of pod when using "Helm status" command, as the issue #2318
7 years ago
Maxim Ivanov
cd8bae1df5
More helpful wait messages in tiller logs
7 years ago
Maxim Ivanov
bed80e482c
When looking for original resource on update/delete, ignore Apiversion, use Kind and Name only
...
Kind can change it's APIVersion with time, such as "Deployment" which was
"extensions/v1beta1" and then migrated to "apps/v1beta1" in Kube 1.6.
Name, Kind and optinally Namespace are used to find relevant Info
object for a original resource which is being upgraded, it safe enough,
as it is uniquely identifies an object.
7 years ago
Matthew Fisher
f278675f98
remove references to facebookgo/symwalk
7 years ago
Matthew Fisher
211f5f6f33
Revert "fix(helm): resolve symlinks when loading chart"
...
This reverts commit edd4e56112
.
7 years ago
Matthew Fisher
9d1db2851e
Revert "Write repo file using atomicfile"
...
This reverts commit 965cb7fd1c
.
7 years ago
Matthew Fisher
28f57c83b9
update link to roadmap
7 years ago
Matthew Fisher
2b32fa4457
Merge pull request #2951 from mattfarina/fix-client-go-deps
...
fix(deps): fix issues when running glide up
7 years ago
Maxim Ivanov
ff5acc9bd8
Make Memory driver to store copy of releases to stop hiding storage errors during tests
7 years ago
Matt Farina
b69d6ceca0
fix(deps): fix issues when running glide up
...
When running glide update there are errors due to pinned versions
in the glide.yaml file mixed with getting a more recent version of
kubernetes. client-go needs a newer version of go-autorest.
Note, go-autorest is pinned to v8.0.0 rather than the latest
release of v8.4.0 because kubernetes is pinned to v8.0.0.
7 years ago
Neil Moore
b74f6dd769
Update install.go
7 years ago
Neil Moore
1b8ddac230
Update install.go
7 years ago
Neil Moore
bd48fa165e
Update helm_install.1
7 years ago
Neil Moore
9c37643081
Update helm_install.md
7 years ago
Neil Moore
b77b7dd3c7
Update install.go
7 years ago
Matthew Fisher
cf3fc21e81
Merge pull request #2898 from zlabjp/kube-version
...
feat(helm): add --kube-version flag to helm template
7 years ago
Matthew Fisher
c43a963008
Merge pull request #2930 from binoculars/update/sprig
...
Update to latest sprig
7 years ago
NauxLiu
c3f9120e02
Load StorageClass before PersistentVolume is loaded.
7 years ago
Maxim Ivanov
38c3f58dca
Correctly persists Release upgrade failure
...
When release upgrade fails, updatedRelease is already created
in a storage by *ReleaseServer.UpdateRelease, therefore we should
be updating it's status, not creating it again.
7 years ago
Taylor Thomas
eea32faaad
Merge pull request #2953 from chartmuseum/master
...
Add ChartMuseum to related.md
7 years ago
Joshua Dolitsky
0089a28dba
Add ChartMuseum to related.md
7 years ago
Barrett K. Harber
0acfe016a9
Update to latest sprig
7 years ago
Matthew Fisher
e8fb503592
Merge pull request #2949 from seslattery/patch-1
...
Minor spelling corrections
7 years ago
Sean Slattery
48cb6ad63e
Minor Spelling Corrections
7 years ago
Matthew Fisher
d815310928
Merge pull request #2942 from carlory/fromyaml
...
fix func comment
7 years ago
carlory
ad2d8e434a
fix fromjson comment
7 years ago
carlory
b9d3974df0
fix func comment
7 years ago
devinyan
3458ad8e6a
Add the status of pod when using "Helm status" command
7 years ago
Matthew Fisher
787d486cf0
Merge pull request #2929 from frederimandin/patch-1
...
Corrected a typo in Easy in-cluster installation
7 years ago
Matthew Fisher
aac847b5c6
Merge pull request #2928 from sharno/master
...
Adding output for the created repos when `helm init`
7 years ago
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