Maxim Ivanov
cd8bae1df5
More helpful wait messages in tiller logs
8 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.
8 years ago
Matthew Fisher
f278675f98
remove references to facebookgo/symwalk
8 years ago
Matthew Fisher
211f5f6f33
Revert "fix(helm): resolve symlinks when loading chart"
...
This reverts commit edd4e56112
.
8 years ago
Matthew Fisher
9d1db2851e
Revert "Write repo file using atomicfile"
...
This reverts commit 965cb7fd1c
.
8 years ago
Matthew Fisher
28f57c83b9
update link to roadmap
8 years ago
Matthew Fisher
2b32fa4457
Merge pull request #2951 from mattfarina/fix-client-go-deps
...
fix(deps): fix issues when running glide up
8 years ago
Maxim Ivanov
ff5acc9bd8
Make Memory driver to store copy of releases to stop hiding storage errors during tests
8 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.
8 years ago
Neil Moore
b74f6dd769
Update install.go
8 years ago
Neil Moore
1b8ddac230
Update install.go
8 years ago
Neil Moore
bd48fa165e
Update helm_install.1
8 years ago
Neil Moore
9c37643081
Update helm_install.md
8 years ago
Neil Moore
b77b7dd3c7
Update install.go
8 years ago
Matthew Fisher
cf3fc21e81
Merge pull request #2898 from zlabjp/kube-version
...
feat(helm): add --kube-version flag to helm template
8 years ago
Matthew Fisher
c43a963008
Merge pull request #2930 from binoculars/update/sprig
...
Update to latest sprig
8 years ago
NauxLiu
c3f9120e02
Load StorageClass before PersistentVolume is loaded.
8 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.
8 years ago
Taylor Thomas
eea32faaad
Merge pull request #2953 from chartmuseum/master
...
Add ChartMuseum to related.md
8 years ago
Joshua Dolitsky
0089a28dba
Add ChartMuseum to related.md
8 years ago
Barrett K. Harber
0acfe016a9
Update to latest sprig
8 years ago
Matthew Fisher
e8fb503592
Merge pull request #2949 from seslattery/patch-1
...
Minor spelling corrections
8 years ago
Sean Slattery
48cb6ad63e
Minor Spelling Corrections
8 years ago
Matthew Fisher
d815310928
Merge pull request #2942 from carlory/fromyaml
...
fix func comment
8 years ago
carlory
ad2d8e434a
fix fromjson comment
8 years ago
carlory
b9d3974df0
fix func comment
8 years ago
devinyan
3458ad8e6a
Add the status of pod when using "Helm status" command
8 years ago
Matthew Fisher
787d486cf0
Merge pull request #2929 from frederimandin/patch-1
...
Corrected a typo in Easy in-cluster installation
8 years ago
Matthew Fisher
aac847b5c6
Merge pull request #2928 from sharno/master
...
Adding output for the created repos when `helm init`
8 years ago
Frederi Mandin
c903a4417f
Corrected a typo in Easy in-cluster installation
8 years ago
Matthew Fisher
87dd64c2fd
Merge pull request #2899 from hchenxa/hchenxa
...
fix unbound variable issue when get version
8 years ago
Sharno
550d350a04
Adding output for the created repos when `helm init`
8 years ago
Hui Chen
895e8d086f
fix unbound variable issue when get version
8 years ago
Justin Scott
33ad8ca5b0
Merge pull request #2924 from bacongobbler/windows-docs
...
add Windows release to README
8 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
8 years ago
Sam Leavens
3eeab04e0b
Revert "feat(*): add k8s version to version debug cmd"
...
This reverts commit 63be90dda5
.
8 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
8 years ago
Matthew Fisher
111482519d
add Windows release to README
...
Also bumps the release version to v2.6.1.
8 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).
8 years ago
Kazuki Suda
3508cebbf6
Use the same defaults as done in helm lint for Capabilities
8 years ago
Matthew Fisher
e742aa8d34
Merge pull request #2912 from flyer103/tiller-default-ns
...
cmd/helm,docs/helm: amend default namespace of tiller
8 years ago
flyer103
d55782de94
cmd/helm,docs/helm: amend default namespace of tiller
8 years ago
Adam Reese
46d97c3d2a
Merge pull request #2911 from adamreese/fix/circle-deploy
...
fix(ci): lower number of parallel builds
8 years ago
Adam Reese
46598952ea
fix(ci): lower number of parallel builds
...
circleci chokes with too many processes
8 years ago
Adam Reese
830d84f6ca
Merge pull request #2906 from adamreese/fix/circle-deploy
...
fix(ci): move deploy instructions to build job
8 years ago
Adam Reese
8e13a5bd1f
fix(ci): move deploy instructions to build job
...
https://circleci.com/docs/2.0/configuration-reference/#deploy
8 years ago
Michelle Noorali
84bb77f183
Merge pull request #1997 from AmandaCameron/issue/1401
...
Take a crack at Issue #1401
8 years ago
Amanda Cameron
415e52bf55
Add support for sub-directory scanning as in issue #1401
8 years ago
Adnan Abdulhussein
720c9bf55f
Merge pull request #2903 from kubernetes/fix-port-forward
...
fix(create): port-forward should use internal port
8 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
8 years ago