Matthew Fisher
840bbc951e
Merge pull request #6842 from AndiDog/object-order
...
fix(template): process manifests in file path order, then in order found in each file (before sorting manifests)
5 years ago
Hu Shuai
de9118b879
Fix a typo "update" -> "updates" ( #7346 )
...
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
5 years ago
Dao Cong Tien
476ffaea8c
Add unit test for List() of pkg/storage/driver/memory.go
...
Signed-off-by: Dao Cong Tien <tiendc@vn.fujitsu.com>
5 years ago
Jorge I. Gasca
ad07bb690d
fix(cmd): Fixes logging on action conf init error ( #6909 )
...
* fix(cmd): Fixes logging on action conf init error
Errors relating to initializing the action config cause helm to exit silently,
except when in debug mode. This now emits the useful error.
Closes #6863
Signed-off-by: Jorge Gasca <jorge.ignacio.gasca@gmail.com>
* Remove unnecessary formatting of err struct
Signed-off-by: Jorge Gasca <jorge.ignacio.gasca@gmail.com>
5 years ago
Nguyen Hai Truong
29cc5efc18
Remove duplicated words ( #7336 )
...
Although it is spelling mistakes, it might make an affects while reading.
Signed-off-by: Nguyen Hai Truong <truongnh@fujitsu.com>
5 years ago
Xiang Dai
40df2f2a63
Improve description for `--all` flag ( #7144 )
...
* Improve description for `--all` flag
Signed-off-by: Xiang Dai <764524258@qq.com>
* feedback
Signed-off-by: Xiang Dai <764524258@qq.com>
5 years ago
Guangwen Feng
476200ed06
Add corresponding unit test to the function in resolver.go
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
5 years ago
Matthew Fisher
8dddb18de7
Merge pull request #7327 from jugatsu/jugatsu-fix-typo-values
...
Fix typo in --values cmd flag
5 years ago
Anton Kvashenkin
a58430a944
Fix typo in --values cmd flag
...
Fix a small typo in `--values` flag in `helm install/upgrade --help` output.
Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
5 years ago
Phil Grayson
600970459e
Do not delete templated CRDs
...
Fixes issue #7279 .
Prevent the deletion of CRDs that were defined in the `templates/`
directory. This makes CRD deletion behaviour consistent with Helm
documentation:
> CRDs are never deleted. Deleting a CRD automatically deletes all of the
> CRD’s contents across all namespaces in the cluster. Consequently, Helm
> will not delete CRDs.
Previous the documentation only applied to CRDs that were defined in the
`crds/` directory. It did not consider that Charts could have CRDs in the
`templates/` directory (for example charts that were written before the
`crds/` directory feature or if the Chart author needed templated CRDs).
Signed-off-by: Phil Grayson <phil@philgrayson.com>
5 years ago
Marc Khouzam
6c604a400e
Merge pull request #7307 from finkr/fix-completion7304
...
fix(comp): tail cannot open +2 for reading
5 years ago
Matthew Fisher
38670ebe3d
Merge pull request #7316 from hs0210/work
...
Fix a typo "the the" -> "the"
5 years ago
Hu Shuai
3eb8df0c5e
Fix a typo "the the" -> "the"
...
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
5 years ago
Frank Lin PIAT
2eab781b35
fix(comp): tail cannot open +2 for reading
...
Signed-off-by: Frank Lin PIAT <fpiat@klabs.be>
5 years ago
Marc Khouzam
b47a5b746d
fix(tests): Use relative path to acceptance tests
...
With Helm using go modules, its git repo need not reside under
$GOPATH/src/helm.sh anymore. In fact it may be desirable for a user to
move it to another location (e.g., to get the debugger to work).
In the same train of thought, the acceptance-testing repo, which is not
even a go program, need not be in the GOPATH.
This commit reduces the requirement on the location of the
acceptance-testing repo to a relative path to the helm repo, instead
of an absolute path within GOPATH.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Taylor Thomas
1ff8272748
Merge pull request #7290 from fenggw-fnst/work
...
Add corresponding unit test to the function in resource.go.
5 years ago
Guangwen Feng
cedd480199
Add corresponding unit test to the function in resource.go.
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
5 years ago
Nick Lee
cf4bee7ac8
feat(cmd/lint): added a flag for linting subcharts
...
Signed-off-by: Nick Lee <nmkyu.lee@gmail.com>
5 years ago
Nick Lee
bc45d65312
test(cmd/lint): added test for --with-subcharts flag
...
Signed-off-by: Nick Lee <nmkyu.lee@gmail.com>
5 years ago
Matthew Fisher
07a3d7299c
Merge pull request #7286 from phumberdroz/master
...
Point users to helm hub instead of the helm chart repo
5 years ago
Pierre Humberdroz
36c06141f8
docs: point users to helm hub
...
Signed-off-by: Pierre Humberdroz <pierre.humberdroz@prezero.com>
5 years ago
Thilak Somasundaram
97347ebced
fixup! Updated make to create two files sha256/sha256sum Please link sha256sum as checksum file in GIT releases page for future release
...
Signed-off-by: Thilak Somasundaram <t2same@gmail.com>
5 years ago
Thilak Somasundaram
560d6cdb3f
Updated make to create two files sha256/sha256sum
...
Please link sha256sum as checksum file in GIT releases page for future release
Signed-off-by: Thilak Somasundaram <t2same@gmail.com>
5 years ago
Taylor Thomas
12e0ab7e44
Merge pull request #7284 from heyleke/feat/hg-orig
...
fix(helm): add .orig as typical backup file in .helmignore
5 years ago
Taylor Thomas
df13e24513
Merge pull request #7269 from adriangonz/fix-crd-update
...
Add back fix for CRD patch creation
5 years ago
Jan Heylen
a2bbb67839
fix(helm): add .orig as typical backup file
...
Mercurial VCS (hg) backout's can generate '.orig' files
to avoid these being picked, generate a .helmignore where
also the .orig files are ignored.
Signed-off-by: Jan Heylen <jan.heylen@nokia.com>
5 years ago
Thilak Somasundaram
5680f4d506
feat(checksum): update to get/get-helm-3 to match shasum fix
...
Noticed get/get-helm-3 needed update to match shasum fix.
Making least change to work with shasum fix.
Signed-off-by: Thilak Somasundaram <t2same@gmail.com>
5 years ago
Thilak Somasundaram
96a1434027
feat(checksum): Generate shasum/sha256sum -c compatible sha256 file
...
Commands shasum -a 256 -c (or) sha256sum -c can read the SHA sum and validate the TAR/ZIP archive
Example:
Download helm-v3.0.2-darwin-amd64.tar.gz.sha256 and helm-v3.0.2-darwin-amd64.tar.gz and running below will resule in
shasum -a 256 -c helm-v3.0.2-darwin-amd64.tar.gz.sha256
helm-v3.0.2-darwin-amd64.tar.gz: OK
Closes #4968
Signed-off-by: Thilak Somasundaram <t2same@gmail.com>
5 years ago
Matthew Fisher
d876daa362
Merge pull request #7272 from Hiruma31/bugfix/7220
...
Port PR #4161 to Helmv3 - Fix incorrect timestamp when helm package
5 years ago
Romain Grenet
8cb3c02c47
Port PR #4161 Fix incorrect timestamp when helm package to Helmv3
...
Lint CRLF
Signed-off-by: Romain Grenet <romain.grenet@gmail.com>
5 years ago
Adrian Gonzalez-Martin
afa612df9d
Add back fix for CRD patch creation
...
Signed-off-by: Adrian Gonzalez-Martin <agm@seldon.io>
5 years ago
Dean Coakley
f3249b5ee2
Add new Makefile targets
...
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
5 years ago
Josh Soref
02ad2b1187
Spelling ( #7258 )
...
* spelling: constraint
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: cryptographic
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: dependency
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: doesnot
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: don't
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: unexpected
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: dreadnought
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: default
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: envvars
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: evaluates
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: execute
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: extractor
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: frobnitz
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: generated
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: implementation
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: jabba
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: keywords
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: kubernetes
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: override
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: package
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: parsable
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: progress
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: recursively
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: release
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: cache
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: representing
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: serializer
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: subchart
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: utilities
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
5 years ago
Dean Coakley
e4c0eb8720
Merge branch 'master' into add-390x-support
5 years ago
Matt Butcher
bd8dbcac8b
add technosophos public key ( #7256 )
...
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
5 years ago
Martin Hickey
b6e2a14306
fix(kube): Port use of watcher with retries to wait for resources ( #7217 )
...
* Port watcher with retries to wait for resources
Port of Helm 2 PR #6014 to Helm 3
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
* Add fix from PR #6907
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Matt Farina
63bc47ecb6
Merge pull request #7227 from mattfarina/bump-sprig-3.0.2
...
Updating to sprig 3.0.2 to bring in a bugfix
5 years ago
raffaelespazzoli
fa643cfa31
fixed golint
...
Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com>
5 years ago
raffaelespazzoli
a62ba04962
additional fixes based on @thomastaylor312 comment
...
Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com>
5 years ago
raffaelespazzoli
0bb4eaace7
addressing some feedback from @thomastaylor312
...
Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com>
5 years ago
raffaelespazzoli
8e088fc4a2
fixed test issue
...
Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com>
5 years ago
raffaelespazzoli
e98cd621f0
added rest client passed with action configuration
...
Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com>
5 years ago
raffaelespazzoli
b3495c7353
added license header
...
Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com>
5 years ago
raffaelespazzoli
02ce01b241
fixed circle ci issues
...
Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com>
5 years ago
raffaelespazzoli
30d245a0e3
added check on namespaced resource
...
Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com>
5 years ago
raffaelespazzoli
d564d4bf2d
first lookup template function implementation
...
Signed-off-by: raffaelespazzoli <raffaele.spazzoli@gmail.com>
5 years ago
Jakub Bielecki
3973fa877f
doc(helmpath) move licensing info out of godoc
...
Add intervening line into lazypath.go, so that license is
not treated by godoc as a package description.
Standardize license comment for xdg package.
Add missing package descriptions.
Signed-off-by: Jakub Bielecki <jakub.bielecki@codilime.com>
5 years ago
Marc Khouzam
0edb09e4fa
Merge pull request #6860 from VilledeMontreal/fix/protectAgainstAliases
...
v3: fix(comp): Protect against user's aliases
5 years ago
Marc Khouzam
c7ac4151e2
Merge branch 'master' into fix/protectAgainstAliases
5 years ago
Vibhav Bobade
1c6424cb18
fix(install) crd install with apiextensions.k8s.io/v1
...
Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
5 years ago