jonathan.striebel
d77a60a462
change child-parent title & links to fix links
7 years ago
Nikhil Manchanda
d757d9811e
Merge pull request #3375 from bacongobbler/fix-img-link
...
fix link to image
7 years ago
Matthew Fisher
9fcd6be4ff
fix link to image
7 years ago
Matthew Fisher
36983182d2
Merge pull request #3368 from cststack/master
...
Added k8comp plugin for helm
7 years ago
Catalin
229bbd84ba
Added k8comp plugin for helm
7 years ago
Matthew Fisher
2b92431476
Merge pull request #3297 from superbrothers/display-default-kube-version
...
helm template: display the default value of --kube-version in help message
7 years ago
Kazuki Suda
7b5a837b04
helm template: display the default value of --kube-version in help message
...
This commit improves to display the default value of --kube-version in
help message of `helm template` command.
```
--kube-version string kubernetes version used as Capabilities.KubeVersion.Major/Minor (default "1.9")
```
7 years ago
Matthew Fisher
512a887421
Merge pull request #3363 from mattfarina/update-owners
...
Adding mattfarina to the OWNERS file
7 years ago
Matt Farina
05107c2689
Adding mattfarina to the OWNERS file
7 years ago
Matthew Fisher
f729d24d81
Merge pull request #3274 from bacongobbler/install-zip
...
fix(ci): install zip
7 years ago
Matthew Fisher
14c7be1f92
Merge pull request #3288 from bradbeam/starter
...
feat Making starter templates more versatile
7 years ago
Matthew Fisher
67a3377630
Merge pull request #3361 from etiennetremel/add-helm-monitor
...
Add helm-monitor plugin
7 years ago
Matt Farina
c359ea66ed
Merge pull request #3350 from mattfarina/fix/3349
...
fix(capabilities): Adding GitVersion to default set
7 years ago
Etienne Tremel
af3c734e37
Add helm-monitor plugin
7 years ago
Matthew Fisher
5341936401
Merge pull request #3238 from TheOriginalAlex/grpc-wait-for-ready
...
Added a --wait flag to helm init
7 years ago
Alex Johnson
b29d25ef0b
Added a --wait flag for helm init which pings the Tiller server and ensures that it is ready to receive requests
...
Fixes #2114
Signed-off-by: Alex Johnson <ajohnson@bombora.com>
7 years ago
Matthew Fisher
512bfee98e
Merge pull request #3358 from SlickNik/nm-add-slicknik-to-owners
...
Add SlickNik to OWNERS
7 years ago
Nikhil Manchanda
a1c3ae9da9
Add SlickNik to OWNERS
7 years ago
Matthew Fisher
7432bdd716
Merge pull request #3357 from unguiculus/feature/helm-create
...
Add AppVersion to initial chart
7 years ago
Reinhard Nägele
d819ca2b94
Add AppVersion to initial chart
7 years ago
Adnan Abdulhussein
f432b8ec60
Merge pull request #3337 from unguiculus/feature/helm-create
...
Update initial chart experience
7 years ago
Matt Farina
d5a865b5f4
fix(capabilities): Adding GitVersion to default set
...
Prior to this, using the semver template functions with the full
version, which is represented in the GitVersion, was not possible
for helm template and lint commands because the property was not
populated by default. This update adds default handling.
Closes #3349
7 years ago
Matthew Fisher
077be881c4
Merge pull request #3283 from nicolerenee/concurrency
...
feat(pkg/helm): allow concurrent requests on a shared client
7 years ago
Matthew Fisher
3b3dae5f75
Merge pull request #3339 from dennis-benzinger-hybris/patch-1
...
Fix filename
7 years ago
Dennis Benzinger | SAP Hybris
9ad292b3ef
Fix filename
7 years ago
Matthew Fisher
b799d7bd27
Merge pull request #3336 from andreychernih/developers-tiller-doc
...
Added notes on how to fix pulling errors
7 years ago
Reinhard Nägele
f47e1619b0
Update initial chart experience
...
* Add template for chart name
* Use named ports and simplify service configuration
* Add affinity
* Add tolerations
* Use 'with' statements where possible
* Enhance ingress
* Add fullnameOverride to fullname template
7 years ago
Adam Reese
e9203b826b
fix(helm): filter helm list to print latest release ( #3335 )
...
`helm list` should only list latest release
fixes #3208
7 years ago
Andrey Chernih
fb14322641
Added notes on how to fix pulling errors
...
Getting this error when running `helm init` locally:
Failed to pull image "gcr.io/kubernetes-helm/tiller:v2.7": rpc error:
code = Unknown desc = Error response from daemon: manifest for
gcr.io/kubernetes-helm/tiller:v2.7 not found
7 years ago
Matthew Fisher
5a73f9ef2f
Merge pull request #3329 from PureWhiteWu/patch-1
...
fix a typo
7 years ago
Pure White
270969117c
fix a typo
7 years ago
rocky-nupt
a6381e83a7
feat(helm): Add --col-width to helm list and helm history ( #2836 )
...
* feat(helm): Add --full-output to helm list and helm history
The default maximum length of the output table is 60 chars.
When the length is greater than 60, the content will be omitted.
This patch adds -f and --full-output to helm list and helm history
which can display full information of releases on the screen.
Closes #2828
* a
* feat(helm): Add --full-output to helm list and helm history
The default maximum length of the output table is 60 chars.
When the length is greater than 60, the content will be omitted.
This patch adds -f and --full-output to helm list and helm history
which can display full information of releases on the screen.
Closes #2828
7 years ago
Florian Zysset
fa06dd176d
helm init --upgrade will downgrade ( #2805 )
...
* Don't downgrade tiller with helm init --upgrade unless --force-upgrade is specified
Fix tests after merging master
* Reformatting with gofmt
7 years ago
Justin Scott
70192cda1a
Merge pull request #3305 from bacongobbler/add-amd-arch-to-get
...
add amd, ppc64le, and windows OS/architectures
7 years ago
Matthew Fisher
f652f45398
Merge pull request #2784 from rocky-nupt/proposal-add-k8s-version
...
feat(tiller/proto):Allow charts to specify k8s compatibility
7 years ago
Matthew Fisher
c462b28f14
Merge pull request #3321 from akshaisarathy/master
...
Adding Platform9 info
7 years ago
Akshai Parthasarathy
9c04c660cf
updating language
7 years ago
Akshai Parthasarathy
e6280d157c
Adding Platform9 info
7 years ago
Matthew Fisher
e1027fae73
refactor symWalk() into pkg/sympath ( #3199 )
...
* refactor symWalk() into pkg/sympath
* add Go copyright
* remove dead code
7 years ago
Justin Scott
9d0f9a24fd
Merge pull request #3315 from bacongobbler/add-bracket
...
add missing parentheses
7 years ago
Matthew Fisher
cf1c9e66ad
Merge pull request #3318 from cordoval/patch-1
...
fix typo
7 years ago
Luis Cordova
724b3898a4
fix typo
7 years ago
xuhaigang
61623bfe2d
feat(tiller/proto):Allow charts to specify k8s compatibility in semver field
...
Add an optional field kubeVersion to Chart.yaml that allows the chart
developer to specify a semver compliant version.
Closes #2708 , #2706
7 years ago
Matthew Fisher
b3cc17b770
add missing parentheses
7 years ago
Adam Reese
a31e3b8fe1
ref(*): kubernetes v1.9 support ( #3234 )
7 years ago
Taylor Thomas
170cff83c2
Merge pull request #3120 from TimDumol/feat/dep-up-error-msg
...
feat(helm): add better error message to 'dep up'
7 years ago
Brad Beam
8e0eface2c
Making starter templates more versatile
...
This adds support for changing '<CHARTNAME>'
occurances in starter chart to the destination
chart name
7 years ago
Tim Dumol
8fae16fbb2
feat(helm): add better error message to 'dep up'
...
When a user enters a non-URL (such as stable)
in requirements.yaml and tries to `helm dep up`,
they get a potentially confusing error message.
This tries to make the error message clearer.
Closes #2672
7 years ago
Matthew Fisher
5cb0eb5e3b
add amd, ppc64le, and windows OS/architectures
7 years ago
Matthew Fisher
1e373043b7
Merge pull request #3233 from pietromenna/symbolic-link-on-helm-init
...
fix(helm): Init not creating local-index symlink on Windows
7 years ago