Taylor Thomas
70af7ba4db
Merge pull request #6271 from 928234269/patch-1
...
fix typo
5 years ago
kamal namdeo
aaf24e0658
Fix the developer.md typo ( #6203 )
...
Signed-off-by: kamal namdeo <kamal.github@gmail.com>
5 years ago
Sakura
627283ac74
fix typo
...
Signed-off-by: Sakura <longfei.shang@daocloud.io>
5 years ago
Martin Hickey
cbb6c77754
Merge pull request #5978 from mentos1386/patch-1
...
feat(helm:create): allow absolute paths when specifying starter template path [master]
5 years ago
Kevin Lau
bb69a1edd6
Clarify operator docs wording
...
The original is explaining the negation, when the body would not be
included. Which would happen in the complement of the if expression,
ie. flipped by De Morgan's law's:
```
not (or .Values.anUnsetVariable (not .Values.aSetVariable))
==
and (not .Values.anUnsetVariable) .Values.aSetVariable
```
> unset variables evaluate to false
is equivalent to `not .Values.anUnsetVariable`.
> and
is equivalent to `and`.
> .Values.setVariable was negated with the not function
doesn't seem to match `.Values.aSetVariable`.
To me, that would be `not .Values.aSetVariable` instead.
Anyway, explaining the `if` expression as-is and not the negation is
clearer and parallels the first `if` operator.
Signed-off-by: Kevin Lau <kelau1993@gmail.com>
5 years ago
Kevin Lau
f653192882
Fix typo notes -> note
...
Signed-off-by: Kevin Lau <kelau1993@gmail.com>
5 years ago
Dominic Joseph
5af2c31822
Update example to set selector labels
...
Signed-off-by: Dominic Joseph <dtpjoseph@gmail.com>
5 years ago
Matt Farina
50386b2917
Adding release docs for the KEYS file and keyservers
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matthew Fisher
b09b73cab0
Merge pull request #6067 from moredip/patch-1
...
Fix broken link in docs/related.md
5 years ago
Bridget Kromhout
ce0ad06e94
Fixes per helpful feedback
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
5 years ago
Bridget Kromhout
d8b7984d75
Fixing link; adding AKS.
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
5 years ago
Pete Hodgson
7247956b96
Fix broken link in docs/related.md
...
Looks like this hackernoon link is now broken, probably from when they moved off of Medium.
Signed-off-by: Pete Hodgson <git@thepete.net>
5 years ago
Tine Jozelj
5b67d6fbd9
feat(helm:create): allow absolute paths
...
If starter template path is an absolute path, it shouldn't
be prefixed with c.home.Starters() but rather be used as is.
Signed-off-by: Tine Jozelj <tine.jozelj@tjo.space>
5 years ago
Nenad Merdanovic
5a39ff90ad
Fix documentation to use existing chart in the stable repository
...
Signed-off-by: Nenad Merdanovic <nmerdan@anine.io>
5 years ago
Taylor Thomas
4cbbd1046a
Merge pull request #5559 from steven-sheehy/downloader-subcommands
...
Add sub-command support to plugin downloader
5 years ago
Matthew Fisher
566bdf7afa
Merge pull request #5967 from nehagup/patch-1
...
Documentation upgrade
5 years ago
Kostis (Codefresh)
98b7738081
Mentioned Codefresh in related Helm services.
...
Signed-off-by: Kostis Kapelonis <kostis@codefresh.io>
5 years ago
Neha Gupta
34bb64c0ff
Documentation upgrade
...
According to documentation helm install [CHART] [flags] should be the usage pattern. Seems a new update.
Signed-off-by: Neha Gupta <gneha21@yahoo.in>
5 years ago
Matt Farina
e2b3afcf26
Merge pull request #5902 from mattfarina/expand-default-capabilities
...
Add more capabilities to the detault set used by helm template
5 years ago
Shao Yang Hong
b16ec08899
Revert "Fixed default value for `helm.sh/chart` label"
...
Signed-off-by: Shao Yang <shaoyang.hong@visenze.com>
5 years ago
Martin Hickey
c3242d1be4
Merge pull request #5532 from mortent/WaitForDelete
...
fix(helm): Delete hooks should wait for resource to be removed from etcd before continuing
5 years ago
Morten Torkildsen
cb2207c2fb
fix(helm): Delete hooks should wait for resource to be removed from etcd before continuing
...
Signed-off-by: Morten Torkildsen <mortent@google.com>
5 years ago
Matt Farina
79235eef11
Add more capabilities to the detault set used by helm template
...
- These are the capabilities as of k8s 1.14
- They are generated because getting them at runtime uses so much
memory it causes CI errors
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Ihor Dvoretskyi
94201711ff
Snap installation information
...
Installation information added (and a minor fix)
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
6 years ago
Matthew Fisher
3bd6e9fcf0
Merge pull request #5840 from badeadan/patch-2
...
doc: tuple replaced by list
6 years ago
Patrik Fuhrmann
b4475775fd
Making references into list
...
Signed-off-by: Patrik Fuhrmann <fuhrmann.patrik@gmail.com>
6 years ago
Patrik Fuhrmann
2f0a89a961
Adding newline to references
...
More readable this way.
Signed-off-by: Patrik Fuhrmann <fuhrmann.patrik@gmail.com>
6 years ago
Deepak Sattiraju
c49ba7da85
feat(helm): adding --name to update single repo
...
Signed-off-by: Deepak Sattiraju <desattir@microsoft.com>
Lint
Signed-off-by: ds-ms <desattir@microsoft.com>
make docs
Signed-off-by: ds-ms <desattir@microsoft.com>
make docs
Signed-off-by: ds-ms <desattir@microsoft.com>
Signed-off-by: Deepak Sattiraju <desattir@microsoft.com>
using args instead of --name
Signed-off-by: ds-ms <desattir@microsoft.com>
Adding [repo_name] to use
Signed-off-by: ds-ms <desattir@microsoft.com>
Adding test
Signed-off-by: ds-ms <desattir@microsoft.com>
Adding positive test case
Signed-off-by: ds-ms <desattir@microsoft.com>
lint
Signed-off-by: ds-ms <desattir@microsoft.com>
Renaming
Signed-off-by: ds-ms <desattir@microsoft.com>
Updating repo_name to REPO_NAME
feat(helm): adding --name to update single repo
Signed-off-by: Deepak Sattiraju <desattir@microsoft.com>
Lint
Signed-off-by: ds-ms <desattir@microsoft.com>
make docs
Signed-off-by: ds-ms <desattir@microsoft.com>
make docs
Signed-off-by: ds-ms <desattir@microsoft.com>
Signed-off-by: Deepak Sattiraju <desattir@microsoft.com>
using args instead of --name
Signed-off-by: ds-ms <desattir@microsoft.com>
Adding [repo_name] to use
Signed-off-by: ds-ms <desattir@microsoft.com>
Adding test
Signed-off-by: ds-ms <desattir@microsoft.com>
Adding positive test case
Signed-off-by: ds-ms <desattir@microsoft.com>
lint
Signed-off-by: ds-ms <desattir@microsoft.com>
Renaming
Signed-off-by: ds-ms <desattir@microsoft.com>
Updating repo_name to REPO_NAME
6 years ago
Matt Farina
e46dd138b1
Merge pull request #5842 from mattfarina/moar-capabilities
...
Expose the resource types in addition to the api group/version in templates
6 years ago
Martin Hickey
116522b014
Update release checklist
...
Some updates to the doc which would be beneficial to someone new to the
process..
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Xiang Dai
3b392e41ea
Update helm create doc
...
Signed-off-by: Xiang Dai <764524258@qq.com>
6 years ago
Matt Farina
4c6e67b5db
Updating docs on resources in capabilities apiversions search
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Matthew Fisher
95775d0c60
feat(ci): push release assets to Azure and GCS
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Daniel Badea
b2eed7644a
doc: tuple replaced by list
...
Built-in function 'tuple' is implemented in Sprig as 'list'.
(see 2625cd487a/functions.go (L237)
)
Replace documentation references to 'tuple' with 'list' so there
is no need to explain what a tuple is.
Signed-off-by: Daniel Badea <daniel.badea@windriver.com>
6 years ago
Martin Hickey
b0b0accdfc
Merge pull request #5666 from tariq1890/fix_short
...
fix the short descriptions of all helm commands
6 years ago
Alex Khaerov
8455aaa129
Update helm-gcs plug-in address
...
helm-gcs has a new owner.
Signed-off-by: Alex Khaerov <i@hayorov.ru>
6 years ago
Daniel Badea
40bc1b173d
dont' reference built-in objects count
...
Built-in objects listed in the previous sections are: Release, Values, Chart, Files, Capabilities and Template. Text here refers to four built-in objects.
Signed-off-by: Daniel Badea <daniel.badea@windriver.com>
6 years ago
dev-chulbuji
3d487547f9
change deployment version
...
Signed-off-by: dev-chulbuji <dev.chulbuji@gmail.com>
6 years ago
Tariq Ibrahim
8fcc438b67
fix the short descriptions of all helm commands
...
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
fix typo in search.go
6 years ago
Pierre Gaxatte
7e05489792
Add missing test hooks in the list of annotations
...
Adds `test-success` and `test-failure` hooks to the list of annotations.
Signed-off-by: Pierre Gaxatte <30696904+pgaxatte@users.noreply.github.com>
6 years ago
Paulo Martins
08fe2a6209
Add helm-ssm plugin
...
Signed-off-by: Paulo Martins <paulo.pontes.m@gmail.com>
6 years ago
Martin Hickey
3b3c8c4ab6
Change command to push to origin remote
...
Update review comment:
- https://github.com/helm/helm/pull/5712#pullrequestreview-236124918
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Martin Hickey
c4ac3833c5
Update release checklist with bumping release version
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Matthew Fisher
a93ebe17d6
Merge pull request #5371 from PayFit/feat/add-sql-storage-driver
...
[storage] Add an SQL storage driver
6 years ago
Ben Lubar
85b5dcad31
Add ProGet as a Helm chart repository host.
...
Signed-off-by: Ben Lubar <blubar@inedo.com>
6 years ago
Martin Hickey
eb5c42ddae
Merge pull request #5650 from jbussdieker/jbb-add-terraform-tls-docs
...
Add docs for configuring SSL using Terraform.
6 years ago
Joshua Bussdieker
51c99b1252
Fix missing link
...
Signed-off-by: Joshua Bussdieker <jbussdieker@gmail.com>
6 years ago
Joshua Bussdieker
422f0929b4
Move actual docs to another repo and update related docs list
...
Signed-off-by: Joshua Bussdieker <jbussdieker@gmail.com>
6 years ago
Joshua Bussdieker
aff106f97f
Update to reflect location of docs
...
Signed-off-by: Joshua Bussdieker <jbussdieker@gmail.com>
6 years ago
Joshua Bussdieker
2ed42013c4
Add docs for configuring SSL using Terraform.
...
Signed-off-by: Joshua Bussdieker <jbussdieker@gmail.com>
6 years ago