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
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
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
Justin Scott
9d0f9a24fd
Merge pull request #3315 from bacongobbler/add-bracket
...
add missing parentheses
7 years ago
Luis Cordova
724b3898a4
fix typo
7 years ago
Matthew Fisher
b3cc17b770
add missing parentheses
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
Matthew Fisher
6c585d47a8
Merge pull request #3266 from nokia/docs/downloader-plugin
...
docs: downloader plugin documentation
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
1c30e61dde
Merge pull request #3280 from gmiretti/patch-1
...
doc: Fix command formatting on plugins help
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
Gergo Huszty
a8b95ca1d1
Downloader plugin documentation added.
7 years ago
Julian
ca415ab8db
feat(helm): support namespace and additional values in lint ( #2972 )
...
* Add "--namespace" to helm lint
Keep lint syntax as close as possible to "helm install" resp. "helm
upgrade", so that one only needs to change the command.
See #2036
* Align lintCmd struct
* Add "--set" and "--values" to helm lint
Keep lint syntax as close as possible to "helm install" resp. "helm
upgrade", so that one only needs to change the command.
Closes #2495,#2036
* Reuse strict parameter, when rendering during lint
We want to see the rendering fail, if we missed a value, so we reuse
"--strict".
See #2495,#2036
* Fix lint unit test
See #2495,#2036
* Update docs
7 years ago
Matthew Fisher
6707fe0468
Merge pull request #3190 from mattfarina/feat/status-json
...
feat(status): Optional output as JSON and YAML
7 years ago
Matthew Fisher
646ab43bc4
Merge pull request #3232 from hobti01/patch-3
...
Fix example and reference version matching syntax
7 years ago
Matt Farina
9d4b9ca208
feat(status): Optional output as JSON and YAML
7 years ago
Luk Burchard
6029f4dc93
Fix helm ls in Quickstart
7 years ago
Matthew Fisher
782f855ad9
Merge pull request #3091 from bacongobbler/release-checklist
...
add release checklist
7 years ago
Ralph Squillace
9dd74690c2
Updating the guidance for securing your Helm installation ( #3228 )
...
* first staging
* Filled out RBAC and TLS
* Finished draft.
* smoothing
* gRPC endpoint tooling moved up and cleaned
* updating install.md
* addressed comments; will continue expanding and iterating
7 years ago
Tim H
a3af75f9b6
Fix example and reference version matching syntax
...
Address documentation issue raised in #2759
7 years ago
Matthew Fisher
7c66074bf6
Merge pull request #3205 from bacongobbler/fix-links
...
fix links to service_accounts.md
7 years ago
Matthew Fisher
7bda457164
Merge pull request #3192 from markgibaud/patch-1
...
correct typo
7 years ago
Matthew Fisher
35616bd0df
fix links to service_accounts.md
7 years ago
Ralph Squillace
c20ec8feda
fixed bad link.
7 years ago
Arash Deshmeh
9e869700c0
fix(helm): add --app-version flag to 'helm package'
...
When 'helm package --app-version foo' is run, this will
set the AppVersion field to 'foo' in the packaged chart.
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Igor Vuk
d81780032a
Fix a typo in install.go, update helm_install.md
7 years ago
Matthew Fisher
cad89240f3
Merge pull request #3187 from hoesler/fix/chart_downloader
...
fix(helm): resolve relative chart paths
7 years ago
Mark Gibaud
335ea3c6ac
correct typo
7 years ago
Matthew Fisher
ab46779b88
Merge pull request #3094 from bacongobbler/rbac
...
more expansive RBAC setup docs
7 years ago
Christoph Hösler
af9190f956
feature: let FindChartInRepoURL return absolute chart URLs
7 years ago
Matthew Fisher
497837edd7
add release checklist
7 years ago
Matthew Fisher
d655911088
Merge pull request #3041 from jlyheden/feature/plugin-http-installer
...
Add plugin installer from http archive
7 years ago
Matthew Fisher
ae878f91c3
more expansive RBAC setup docs
7 years ago
Christoph Hösler
b45293feb0
fix: updated docs
7 years ago
omkensey
41415e5c42
RBAC best practices ( #3184 )
...
Document chart best practices related to RBAC.
Fixes #3098 .
7 years ago
Matt Butcher
79ccafde2b
docs(quickstart): add clarifications about RBAC, TLS ( #3180 )
...
This puts pointers to RBAC and TLS docs in the quickstart guide.
7 years ago
Rajat Jindal
7f13e13a71
support output-dir when running 'helm template' ( #3144 )
...
* support output-dir when running 'helm template'
* add --output-dir to documentation
* when writing to file, dont add additional document
* trigger another ci build. make test-unit works for me
* dont write blank files
* return err instead of panic
7 years ago
Sebastien Plisson
31ea2018fa
docs(helm): Document how to update a release idempotently ( #3148 )
...
* docs(helm): Document how to update a release idempotently
To use the same command when installing and upgrading a release, using helm upgrade with '--install' works.
Closes #3134
* Upgrade instead of update
7 years ago
Michelle Noorali
5884124294
ref(docs): update plugin install documentation
7 years ago
Matthew Fisher
5f53c55b52
Merge pull request #3142 from notxcain/patch-1
...
Fix incorrect line
7 years ago
Matt Butcher
e8e6ac5d77
Fix/missing ssl params ( #3152 )
...
* fix(helm): add TLS params back
During a recent refactor, several TLS flags stopped being processed for
a few of the commands. This fixes those commands, and documents how to
set up TLS.
* fix(tiller): add stricter certificate verification
The older version of Tiller allowed a weaker set of certificate checks
than we intended. This version requires a client certificate, and then
requires that that certificate be signed by a known CA. This works
around the situation where a user could provide a self-signed
certificate.
7 years ago
Denis Mikhaylov
7e0e27726d
Fix incorrect line
7 years ago
Stephen McQuaid
cf6f139ee8
Update related.md with new helm plugin
...
Add helm-github plugin to list in documentation
7 years ago
Franz Beltran
85ed9f3d4b
Update best practices on imagePullPolicy
...
Setting the value of `imagePullPolicy` should be aligned to what `helm create` does
7 years ago
Pietro Menna
8ee89fe5dc
fix(helm): update documentation to reflect $HOME env var change
7 years ago
Justin Scott
8203d813a5
docs(helm): Correct --set to --override in helm init example
7 years ago
Michael Venezia
62e2f14027
Fixing a couple of styling issues
7 years ago
Michael Venezia
e261f44dde
Adding documentation on what rbac privileges are needed for a helm client to connect to tiller
7 years ago
Matthew Fisher
0647cdf84c
Merge pull request #2990 from bacongobbler/bump-go-version
...
use the latest version of Go/Glide
7 years ago
gardlt
371ff8f26d
feat(helm): adding kubeconfig flag
7 years ago
Valentin Tjoncke
a9756d140b
Update related.md
...
Add helm-gcs plugin
7 years ago
xuhaigang
ae49979175
feat(helm): Add a flag --dep-up that helm install will automatically execute helm dep up when charts are in requirements.yaml but not in charts
...
If checkdependencies returns an error, we can start download the
charts which are not in charts.
Closes #2879
7 years ago
Taylor Thomas
d6ba39e6f2
Merge pull request #3073 from joanrieu/helmignore-docs
...
docs(chart): add notes regarding `.helmignore` and `.Files`
7 years ago
Joan Rieu
0af689b489
docs(templates): remove link to changed example
7 years ago
Joan Rieu
25e851ecd0
docs(templates): fix and expand config checksum example
7 years ago
Joan Rieu
e464479cb2
docs(templates): fix misleading/broken examples
7 years ago
Matthew Fisher
369f98b07c
Merge pull request #3075 from simonschmidt/using_helm_typo
...
Fix typo for --service-account
7 years ago
Adam Reese
fa49e5e92d
Merge pull request #3060 from mattfarina/feat/maintainer-url
...
feat(chart): Adding maintainer url
7 years ago
Simon Schmidt
3c3936fcaa
Fix typo for --service-account
7 years ago
Joan Rieu
171fa2ac46
docs(chart-files): add note about `.helmignore`
7 years ago
Joan Rieu
c27333fd4c
docs(chart): add note about `.helmignore` for `.Files`
7 years ago
Taylor Thomas
a5019d1a0a
Merge pull request #3064 from neil-ca-moore/dependencies-installation-doc
...
Dependencies installation doc
7 years ago
Taylor Thomas
36eb8d73b6
Merge pull request #3047 from jacobtomlinson/patch-1
...
Add docs clarification to resolve #3046
7 years ago
Taylor Thomas
ab7acfe061
Merge pull request #3042 from jiacona/patch-1
...
Update using_helm.md
7 years ago
Neil Moore
7888f54adb
Update charts.md
7 years ago
Neil Moore
bff5261715
Update charts.md
7 years ago
Gabriel Miretti
60fc7bde73
Using Helm in Openshift Kubernetes distribution
7 years ago
Matt Farina
22e5381251
feat(chart): Adding maintainer url
...
Each maintainer can have an optional URL. There are seceral use
cases for providing a URL instead of an email address:
- The case where a maintainer wants to hide their email address
behind a webform for personal security
- When the maintainer is an organization and feedback should
go to an issue queue
This change:
- Adds the proto field for url
- Updates the generated files for the chart proto
- Includes linting for the url
- Updates the docs to include the url
Closes #3056
7 years ago
Taylor Thomas
4b6ecb459b
Merge pull request #3034 from thomastaylor312/feat/add_secrets_docs
...
docs(tiller): Adds documentation for secret backend
7 years ago
Michael Venezia
8a30b58eee
Updating comment indentation
...
as requested
7 years ago
Michael Venezia
14cd8833ee
Adding documentation on $ variable
7 years ago
Jacob Tomlinson
e16a835bed
Add clarification to resolve #3046
...
There must be at least one subchart or template file, therefore the `charts` and `templates` directories are not strictly optional.
7 years ago
Johan Lyheden
4831089500
Add tests to HTTPInstaller, update plugin documentation
7 years ago
Drew Hunt
f98b0fcdeb
Working on Fedora release 25 - kubeadm v1.7.0 - kubelet v1.8.1
...
Tested:
- Installing/deleting Chart
- Chart upgrade and Chart rollback
7 years ago
John Iacona
67ed2cfc1e
Update using_helm.md
...
Add explanation of persistence behavior of `--set`
7 years ago
Edward Medvedev
bbad3c574e
Fix a small typo in `yaml_techniques.md`
...
Fix a typo: `coffess`.
7 years ago
Matthew Fisher
1eff362941
Merge pull request #3014 from mattfarina/fix/semver-order
...
fix(semver): fixed edge cases that do not match prerelease
7 years ago
Taylor Thomas
5e10814eb6
docs(tiller): Adds documentation for secret backend
...
Adds documentation for running `tiller` with the new secrets backend
added in #2721
7 years ago
Michael Venezia
e170392303
Adding how to add an image pull secret in helm ( #3022 )
...
Document how to add an image pull secret in Helm
Provide an example of how to take an image registry, user name, and password and prepare a Secret that can be used by a pod to pull a protected container image.
7 years ago
Maciej Kwiek
3d94d9cfec
Merge pull request #2769 from rocky-nupt/feature-remote-value
...
feat(helm):Allow remote values.yaml with -f
7 years ago
Justin Scott
16c579f3a3
feat(helm): Add --node-selectors and --output flags to helm init
...
This feature enables users to specify more control over where Tiller pod
lands by allowing "node-selectors" to be specified. Alternatively, the
"--output" flag will skip install and dump Tiller's raw Deployment manifest to stdout so user may alter it as they see fit (probably with a JSON manipulation tool like jq).
Closes #2299
7 years ago
Matt Farina
b27b11a280
fix(semver): fixed edge cases that do not match prerelease
...
>0.0.0-a does not match pre-releases on 0.0.0 that start with a
capital letter or number. This has to do with the ordering of
code points. Numbers and capital letters come before lowercase
letters.
>0.0.0-0 should match all valid pre-releases on 0.0.0. According
to the spec, "Numeric identifiers MUST NOT include leading zeroes."
A 0 is also the lowest code point for all the allowed characters
in a pre-release
7 years ago
Dhilip
67af4998de
helm create all defined template names should be namespaced … ( #2845 )
...
* helm create all defined template names should be namespaced https://docs.helm.sh/chart_best_practices/#names-of-defined-templates
* Update Doc
* Update example
7 years ago
flyer103
ac533d98be
docs/developers.md: change tense
7 years ago
flyer103
c4581c8b40
docs/developers.md: add notes for `k8s.io` dir
7 years ago
Matthew Fisher
ea0a842f74
use the latest version of Go/Glide
...
Also point out that kubectl is an optional component of the development workflow.
7 years ago
Neil Moore
bd48fa165e
Update helm_install.1
7 years ago
Neil Moore
9c37643081
Update helm_install.md
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
Joshua Dolitsky
0089a28dba
Add ChartMuseum to related.md
7 years ago
Sean Slattery
48cb6ad63e
Minor Spelling Corrections
7 years ago
Frederi Mandin
c903a4417f
Corrected a typo in Easy in-cluster installation
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
flyer103
d55782de94
cmd/helm,docs/helm: amend default namespace of tiller
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
bb5db61325
Merge pull request #2781 from jascott1/i2755-template
...
feat(helm): add `template` command
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
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
kfirstri
a1f536cb2b
right syntax is helm.sh/hook-delete-policy according to commit 734b124577
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
DockerZK
734b124577
feat(*) add key helm.sh/hook-delete-policy to hook annotation
...
When "helm.sh/hook-delete-policy: hook-succeeded" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is succeeded. When "helm.sh/hook-delete-policy: hook-failed" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is failed.
Closes #1769
7 years ago
Justin Scott
a2323f8658
Merge pull request #2818 from lichuqiang/master
...
fix typo in helm_fetch.md
7 years ago
lichuqiang
ceb953c5b0
fix typo
7 years ago
Ergin Babani
e22dad066c
Update docs with the upgrade/install namespace behaviour.
7 years ago
Matt Butcher
0853f4906a
feat(tiller): limit number of versions stored per release
...
This adds a new configuration option to Tiller to limit the number of
records stored per release.
Tiller stores historical release information (helm history, helm
rollback). This makes it possible to set a maximum number of versions
per release.
To enable this feature, use `helm init --history-max NNN`. Note that
because of the restrictions on Deployment objects, you will have to
re-install Tiller to add a limit.
Along the way, I found an unreported bug in the Memory storage driver.
This fixes that bug and adds substantially more tests to catch
regressions.
Closes #2332
7 years ago
Dan O'Brien
3896c343c2
updated pullpolicy example
...
Unsupported value: "alwaysPull": supported values: Always, IfNotPresent, Never
7 years ago
Michelle Noorali
3f33651713
Merge pull request #2761 from michelleN/service-account-docs
...
chore(docs): add guide for service accounts
7 years ago
Taylor Thomas
9a0070af85
Merge pull request #2767 from appscode/link-wheel
...
Add link to wheel.
7 years ago
Michelle Noorali
f1bd1e684a
docs(service_accounts): add non cluster-admin ex
7 years ago
tamal
80c2c85201
Add link to wheel.
7 years ago
Laurens Vanderhoven
d1ee8d4ce6
Add requirements.yaml to Charts file structure
7 years ago
Michelle Noorali
deffe2024a
chore(docs): add guide for service accounts
...
* closes #2224
7 years ago
Michelle Noorali
b555206786
Merge pull request #2749 from jiaweizhou/patch-1
...
docs(helm): Fix docs spelling error
7 years ago
Michelle Noorali
916502c79c
Merge pull request #2753 from mstrzele/helm-edit-plugin
...
docs: add helm-edit plugin
7 years ago
Miouge1
1c3d9b892e
Fix link
7 years ago
Maciej Strzelecki
373b5cb86b
docs: add helm-edit plugin
7 years ago
jiaweizhou
3ee74217d1
fix spelling error
7 years ago
gardlt
97893afc62
docs(fix): fixed misspelled word
...
- updated helm_test.md
7 years ago
Taylor Thomas
8fc88ab626
Merge pull request #2681 from at1012/at-helm-list
...
feat(2063): Better 'helm list' visibility into state of pending upgrades
7 years ago
Miguel David
b95866bd67
Fixing typos in requirements.yaml part
7 years ago
Aishwarya Thangappa
313a891b4c
Updated docs
7 years ago
Taylor Thomas
aaaf480d3d
Regenerates docs
7 years ago
Adam Reese
057c747c1f
fix(docs): run docs generator
7 years ago
Scott Rigby
8be9bb51de
Update documentation for deleting a default key from a values file
7 years ago
Steven E. Harris
24238bbe20
Merge pull request #2601 from jascott1/cap_init
...
feat(helm): Correct capitalization and punctuation for all user facing text
7 years ago
Taylor Thomas
6931a2387d
Merge pull request #2629 from gmile/patch-1
...
Reduce indent in code block
7 years ago
Taylor Thomas
4204f69cd2
Merge pull request #2628 from KarolisL/patch-1
...
Remove confusing 'if' from install.md
7 years ago
Santiago Suarez Ordoñez
4c58fb0443
removing redundant content after reorg
7 years ago
Eugene Pirogov
0104bce792
Add syntax highlighting
7 years ago
Eugene Pirogov
5a892efcf8
Reduce indent in code block
7 years ago
Karolis Labrencis
25852aa8f4
Remove confusing 'if' from install.md
...
The "if" might confuse reader
7 years ago
Santiago Suarez Ordoñez
731df0a154
charts.md updates
...
Updating docs to prioritize `requirements.yaml` over `charts/` directory.
As `requirements.yaml` is the recommended strategy, let's document that first to make sure no one jumps the gun and goes ahead to implement manual deps via `charts/` just because they didn't read the whole section.
7 years ago
Justin Scott
37e5f76f9e
Capitalize 'helm' text that was missed.
7 years ago
Justin Scott
b704947d54
Fix broken tests due to "server-side" text change.
7 years ago
Justin Scott
af4c243ee3
Correct punctuation and capitalization for user facing strings.
7 years ago
Taylor Thomas
56ed16aeca
Merge pull request #2499 from WilliamDenniss/test-docs
...
Fixed helm test sample.
7 years ago
William Denniss
c19bba17c5
Fixed helm test sample.
...
The current sample doesn't work as documented.
New sample based on https://github.com/kubernetes/charts/pull/1156 .
7 years ago
Reinhard Nägele
4f14bb9d05
Update standard label docs
7 years ago
Matt Butcher
42ede7f6f8
Merge pull request #2589 from luck02/patch-1
...
Update plugins.md
7 years ago
Reinhard Nägele
5a3be67acf
Update standard label docs ( #2581 )
...
Align docs to what we currently recommend as best practices.
7 years ago
Matt Butcher
66f908778f
Merge pull request #2603 from yuvipanda/patch-2
...
Fix markdown syntax in doc
7 years ago
Taylor Thomas
0b8b8733c4
Merge pull request #2583 from unguiculus/improve-examples
...
Improve chart examples
7 years ago
Yuvi Panda
963aca1d78
Fix markdown syntax in doc
7 years ago
Gary Lucas
7681a1c82b
Update plugins.md
...
typo
7 years ago
Julien Balestra
8dfec4db61
Fix typo in command line.
8 years ago
Reinhard Nägele
843e652472
Improve chart examples
8 years ago
Matt Butcher
ecef026b68
Merge pull request #2545 from technosophos/feat/set-list-index
...
feat(helm): support array index format for --set.
8 years ago
Matt Butcher
c01c7318ab
feat(helm): support array index format for --set.
...
This adds support for specifying list position with an array index using
`--set`. For example, this now works: `--set servers[0].port=8080`
8 years ago
Brandon B. Jozsa
b482780ebb
docs: add armada to the additional tools readme
8 years ago
Matt Butcher
8832cde7e0
Merge pull request #2555 from lachie83/docs-tiller-namespaces
...
(docs) - add best practices for running tiller in namespaces
8 years ago
Lachlan Evenson
6a7a7d2a58
update wording based on pr review
8 years ago
Matt Butcher
a15b3be9de
Merge pull request #2496 from pierreozoux/patch-1
...
Rename index.md to README.md
8 years ago
Lachlan Evenson
a25c5a7362
add best practices for running tiller in namespaces
8 years ago
Matt Butcher
c4a4b9668d
Merge pull request #2546 from technosophos/docs/remove-block-sections
...
docs(chart_template_guide): remove discussion of blocks
8 years ago
Taylor Thomas
e3250e3319
Merge pull request #2534 from sushilkm/issues/2508
...
First alias would be dependency rename
8 years ago
Matt Butcher
52a3405b1e
Merge pull request #2542 from sushilkm/issues/2128
...
Allow updating chart dependencies when packaging a chart
8 years ago
Matt Butcher
38a3067170
docs(chart_template_guide): remove discussion of blocks
...
There are a lot of weird edge cases when using blocks inside of charts,
and we have been telling users to avoid using them for the last six
months. This just removes the documentation about them. It also adds a
warning about why blocks should not be used.
8 years ago
willise
c8b8c1e6d6
fix(helm): modify `helm repo update` help info
...
The former help info may cause misunderstanding that this command
can update content of charts existing in remote respositories while
it does pull charts' info from remote repositories.
This trivial modification leads better understanding.
8 years ago
Sushil Kumar
9b4b4dd1df
Updated docs
8 years ago
Sushil Kumar
0afcd0b5f6
Updated docs to refer new requirements.yaml structure
8 years ago
Adam Reese
8272360681
Merge pull request #2476 from adamreese/fix/flag-envars
...
fix(helm): fix race conditions in flag parsing
8 years ago
Matt Butcher
3647e60786
Merge pull request #2512 from technosophos/fix/2510-missing-url-prefix
...
fix(helm): prepend repo URL to packages missing scheme
8 years ago
willise
af8730032a
docs(helm): fix typo
8 years ago
Taylor Thomas
577f8a82b2
Merge pull request #2532 from corymsmith/patch-2
...
fix(docs): A couple spelling mistakes on chart_tests.md
8 years ago
Michelle Noorali
744cfe23c0
Merge pull request #2536 from zoidbergwill/patch-2
...
GitHub got more fussy about markdown
8 years ago
Rober Morales-Chaparro
8470495d0a
Update using_helm.md
8 years ago
William Martin Stewart
7143774a0f
GitHub got more fussy about markdown
8 years ago
Cory Smith
a2d559bd0b
fix(docs): A couple spelling mistakes
...
Missed these on my PR last night
8 years ago
Brian
09d4555f40
Merge pull request #2528 from SlickNik/slicknik-master
...
fix(docs): Updated non-working example in 'Using Helm' documentation
8 years ago
Cory Smith
0b33a1323e
Fixing mariadb spelling mistake
8 years ago
Nikhil Manchanda
2b0a612858
fix(docs): Updated non-working example in 'Using Helm' documentation
...
Closes #2527
8 years ago
Adam Reese
9b7d500fe0
chore(docs): generate docs
8 years ago
Matt Butcher
4c6a7cf759
fix(helm): prepend repo URL to packages missing scheme
...
When a repository is generated without --url, the packages in that
repository do not have FQDNs. In this case, the URL prefix (FQDN plus
base path) should be derived from the repository's base URL. This seems
to be a regression that crept in around Helm 2.2.0. This is now fixed.
Closes #2315
Closes #2510
8 years ago
peay
a9fa9282e1
Add --force to upgrade and rollback (generated changes)
8 years ago
Taylor Thomas
7dd6eb22f7
Merge pull request #2486 from sushilkm/issues/2383
...
Adds alias for dependencies
8 years ago
Justin Scott
7c7646cce2
fix(docs): Remove "no nested globals allowed"
...
Remove incorrect statements in charts.md about nested globals not being allowed.
8 years ago
Sushil Kumar
351dfea53b
Added a note about alias in documentation
8 years ago
Sushil Kumar
71c1fe2c24
Updated docs for reset changes
8 years ago
Pierre Ozoux
f92123b768
Rename index.md to README.md
8 years ago
Matt Butcher
3c97db803f
ref(docs): remove unnecessary docs and clean up doc generator
8 years ago
Adam Reese
5b3d5567d8
Merge pull request #2303 from adamreese/fix/helm-home
...
fix(helm): fix setting home via `helm --home=HOME`
8 years ago
Adam Reese
9832e7df96
fix(helm): fix setting home via `helm --home=HOME`
8 years ago
Matt Butcher
42650a044e
Merge pull request #2460 from Awk34/patch-1
...
docs(repo_faq): create chart_repository_faq.md
8 years ago
Andrew Koroluk
4cbbbf2fe0
docs(repo_faq): create chart_repository_faq.md
...
Add FAQ for `unsupported protocol scheme ""` error
8 years ago
Matt Butcher
28ec92355b
fix(helm): add --devel flag to allow dev releases again
...
2.4.0 stopped installing development versions by default. This allows
the user to re-enable that support by setting --devel.
Closes #2407
8 years ago
Sushil Kumar
ff42dadde4
Adds update option to plugin command ( #2410 )
...
* Adds update option to plugin command
Fixes issues/2385 - helm install silently updates the plugin, if it pre-existed
* Added tests for new methods for plugin update
* Updated docs
* Updated review comments :)
* Return error exit code when there is error
8 years ago
Kent Rancourt
5408b60ad6
minor typo fix
8 years ago
Michelle Noorali
f3da72b8a8
ref(docs): add ref as commit type
8 years ago
Kent Rancourt
ce12341bfa
Fix minor typo in test doc
8 years ago
Matt Butcher
0faa57c015
Merge pull request #2390 from harbur/add_kubernetic
...
Add Kubernetic in related projects
8 years ago