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
Justin Scott
fbe80437a4
fix(helm): fix importValues warnings from disabled charts
...
ImportValues incorrectly processes charts that should be disabled. This
patch excludes those charts.
Closes #2620
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
Matthew Fisher
5decaa244e
Merge pull request #2754 from rbwsam/feat/get_kube_ver
...
feat(*): add k8s version to version debug cmd
7 years ago
Matthew Fisher
55ab4b8664
Merge pull request #2986 from goostleek/bug/installation-script-fix
...
Installation shell script fix
7 years ago
Matthew Fisher
78d6b930bd
Merge pull request #3061 from eicnix/feature/tpl-fix
...
fix(helm): Set template context inside tpl function to outer function.
7 years ago
Matthew Fisher
6c585d47a8
Merge pull request #3266 from nokia/docs/downloader-plugin
...
docs: downloader plugin documentation
7 years ago
Matthew Fisher
8f3b734cf1
install zip
7 years ago
Matthew Fisher
ca23180bd8
Merge pull request #3302 from distorhead/no_resource_found_error_message_fix
...
Show kind in resource-not-found-in-release error
7 years ago
Timofey Kirillov
13cb8d8244
Show kind in resource-not-found-in-release error
...
This error occures when resource is not found in helm release:
`Error: UPGRADE FAILED: no resource with the name "redis-cluster-sentinel" found`
Changed to:
`Error: UPGRADE FAILED: no ConfigMap with the name "redis-cluster-sentinel" found`
So now that resource can easily be found in cluster.
7 years ago
Matthew Fisher
8a59aed59f
Merge pull request #3295 from mgalgs/docs-link-fix
...
docs(chart_template_guide): Fix link
7 years ago
Mitchel Humpherys
e4274c448c
docs(chart_template_guide): Fix link
...
Fix a Glob link floating around with some invalid markdown and an invalid
target.
7 years ago
Matthew Fisher
72895ddaec
Merge pull request #3291 from thockin-tmp/gcr-vanity
...
Convert registry to k8s.gcr.io
7 years ago
Tim Hockin
05d4b30730
Convert registry to k8s.gcr.io
7 years ago
Matthew Fisher
1c30e61dde
Merge pull request #3280 from gmiretti/patch-1
...
doc: Fix command formatting on plugins help
7 years ago
Matthew Fisher
bae4f4bb24
Merge pull request #3281 from gmiretti/patch-2
...
docs: Fix broken bullets by Note in docs.helm.sh
7 years ago
Matthew Fisher
03b3eddab3
Merge pull request #3285 from spiffxp/update-code-of-conduct
...
Update code-of-conduct.md
7 years ago
Aaron Crickenberger
5cbeef6217
Update code-of-conduct.md
...
Refer to kubernetes/community as authoritative source for code of conduct
7 years ago
Nicole Renée Hubbard
6ade38fb72
feat(pkg/helm): allow concurrent requests on a shared client
...
change to helm client to no longer save request options in the client
options. This resulted in options from a previous call still being
present in future calls.
Closes #3253
7 years ago
Gabriel Miretti
9735642fe8
Fix broken bullets by Note in docs.helm.sh
7 years ago
Gabriel Miretti
219e1075ce
Fix command formatting
7 years ago
Matthew Fisher
60985e8ba6
Merge pull request #3272 from zuzzas/patch-1
...
Typo fix
7 years ago
Andrey Klimentyev
cfb7dfa82c
Typo fix
7 years ago
Gergo Huszty
a8b95ca1d1
Downloader plugin documentation added.
7 years ago
Matthew Fisher
188964c507
Merge pull request #3259 from NaurisSadovskis/master
...
Fix package url
7 years ago