Matthew Fisher
ecc0070417
Merge pull request #7508 from karuppiah7890/fix-repo-index-test
...
fix(test) use newly created index instead of ignoring it
5 years ago
Karuppiah Natarajan
6cfcc96cea
fix(test) use newly created index instead of ignoring it
...
Signed-off-by: Karuppiah Natarajan <karuppiah7890@gmail.com>
5 years ago
Yaakov Selkowitz
df20164cd2
Fix tests on arm64 and ppc64le ( #7500 )
...
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
5 years ago
Nick Lee
9a790c21dd
style(cmd/lint): removed slash in subcharts fp
...
Signed-off-by: Nick Lee <nmkyu.lee@gmail.com>
5 years ago
Matthew Fisher
5c7bf8e015
Merge pull request #7474 from bacongobbler/fix-7473
...
fix(lookup_func): do not return error when object is not found
5 years ago
Matthew Fisher
1b1d6bba9c
fix(lookup_func): do not return error when object is not found
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
98cae60cff
Merge pull request #7329 from fenggw-fnst/work
...
Add corresponding unit test to the function in resolver.go
5 years ago
Matthew Fisher
831e50cb62
Merge pull request #7498 from nojnhuh/chart-go-typo
...
Fix typo
5 years ago
Jon Huhn
d70b50b3a1
Fix typo
...
Signed-off-by: Jon Huhn <huhnjon@gmail.com>
5 years ago
Martin Hickey
45d986327a
Tidy up go dependencies ( #7494 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Lee Bontecou
e483dce289
fix(template): helm template "--show-only" flag producing duplicates when flag used more than once ( #7204 )
...
* bugfix template show-only duplicates
Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>
* 7203 - add unittests
Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>
* attempt formatting fix
Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>
* gofmt-ed with -s
Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>
* goimports-ed with -local helm.sh/helm/v3 and gofmt-ed with -s -w
Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>
* Update template_test.go
Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>
* Update template_test.go
Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>
5 years ago
LongKB
1d79ed2c18
Fix some spelling errors in comment ( #7492 )
...
Although it is spelling mistakes, it might make an affects while reading.
Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
5 years ago
Matthew Fisher
0afce196fd
Merge pull request #7484 from diversario/7481-dont-cleanup-nil-resources
...
When no resources were created, do not try to clean them up
5 years ago
Taylor Thomas
c8c0000725
Merge pull request #7409 from akazemis/11414-fix-the-helm-upgrade-force-log-issue
...
log.Printf replaced to fix the helm upgrade log issue
5 years ago
Ilya Shaisultanov
8d566c0ade
When no resources were created, do not try to clean them up
...
Fixes #7481
Signed-off-by: Ilya Shaisultanov <ilya.shaisultanov@gmail.com>
5 years ago
Marc Khouzam
4f4779ca3a
fix(comp): Allow zsh completion to handle -n flag
...
When doing zsh completion, the -n flag would not be handled properly.
Doing
helm -n<TAB>
would not add the space after the -n.
This was caused by the fact that the -n flag was being swallowed by
the echo command.
To fix this, we use printf instead.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Matt Farina
7193b5a2be
Merge pull request #7478 from mattfarina/security-file
...
Adding security file
5 years ago
Matt Farina
a704ba7e20
Adding security file
...
This file:
- Shows up in the GitHub UI under the new security tab
- Points to our common process documented in the community repo.
This follows the same pattern we use for the code of conduct
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matthew Fisher
83847cc899
Merge pull request #7201 from bacongobbler/fix-6951
...
fix(package): remove --set, --values, etc. flags
5 years ago
Mike Tougeron
93adb35af1
maintain backwards compatibility in the api for the CRDs function
...
Signed-off-by: Mike Tougeron <tougeron@adobe.com>
5 years ago
Matthew Fisher
50dcd39ba5
fix(package): remove --set, --values, etc. flags
...
These flags snuck in through a feature that was reverted and removed in Helm 2, but snuck into Helm 3.
They were never hooked up or used, so they were a no-op. This shouldn't affect anyone.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
9c680e604b
Merge pull request #7443 from zwwhdls/fix7439
...
allow limited recursion in templates
5 years ago
Shota Nakamura
0beb9f7040
fix(chartutil): remove empty lines and a space from rendered chart templates ( #7455 )
...
Signed-off-by: sukimoyoi <alice89yryr0@gmail.com>
5 years ago
Anshul Verma
5e3c7d7eb8
Friendly error message for non-existent Chart while packaging ( #7127 )
...
* Fixes #6713 Friedly error message
Signed-off-by: Anshul Verma <ansverma@localhost.localdomain>
* Fixes #6713 Friedly error message
Signed-off-by: Anshul Verma <ansverma@localhost.localdomain>
* chaging error to no such file or directory
Signed-off-by: Anshul Verma <ansverma@localhost.localdomain>
* changed it for the wider stat error messages which comes directly from go standard library.
Signed-off-by: Anshul Verma <ansverma@localhost.localdomain>
* changed it for the wider stat error messages which comes directly from go standard library.
Signed-off-by: Anshul Verma <ansverma@localhost.localdomain>
5 years ago
Matt Farina
e3675e3312
Merge pull request #7358 from cristiklein/fix/deal-with-correupted-storage-v3
...
fix(helm): improve handling of corrupted storage
5 years ago
Matt Farina
238bc18646
Merge pull request #7387 from etashsingh/alpine-example-template
...
Refactored alpine-pod.yaml file to make the chart work.
5 years ago
zwwhdls
16a85f7570
fix test-style
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
5 years ago
zwwhdls
4eda4fa06d
allow limited recursion in templates
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
5 years ago
Mike Tougeron
804e07300b
Render the CRDs to spec files
...
Signed-off-by: Mike Tougeron <tougeron@adobe.com>
5 years ago
Matthew Fisher
8175c79dd9
Merge pull request #7378 from joelanford/k8s-1.17
...
go.mod,go.sum: bump Kubernetes dependencies 1.17
5 years ago
Marc Khouzam
a911600fc2
Merge pull request #7435 from VilledeMontreal/fix/wrongSubcmd
...
fix(test): Remove invalid subcommand in test
5 years ago
Marc Khouzam
559c405362
fix(test): Remove invalid subcommand in test
...
The 'home' command was removed for v3, so this commit adapts the tests.
Having an invalid subcommand does not cause problems currently, but
will start causing failures on newer versions of Cobra, which complain
on invalid subcommands.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Matthew Fisher
29fc78f975
Merge pull request #6975 from jabielecki/doc-helmpath
...
doc(helmpath) move licensing info out of godoc
5 years ago
Matthew Fisher
1d9007d087
Merge pull request #7249 from jabielecki/addtoscheme-once
...
fix(kube) only add to scheme.Scheme once
5 years ago
Jakub Bielecki
8fe2097ffe
fix(kube) only add to scheme.Scheme once
...
Closes #6566
Signed-off-by: Jakub Bielecki <jakub.bielecki@codilime.com>
5 years ago
Marc Khouzam
a6b2c9e212
Merge pull request #7323 from VilledeMontreal/feat/dynamicCompletionInGo
...
Auto-completion implemented in Go
5 years ago
Daniel Poelzleithner
d39543013b
Use /usr/bin/env for bash
...
After this change, make works on nixos.
Signed-off-by: Daniel Poelzleithner <git@poelzi.org>
5 years ago
Martin Hickey
88f42929d7
Remove references to protobuf ( #7425 )
...
Remove references to protobuf and update description of release
object stored representation to Helm v3.
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Vivian Kong
82823a6634
Allow tests to run on s390x ( #7096 )
...
Signed-off-by: Vivian Kong <vivkong@ca.ibm.com>
5 years ago
Matthew Fisher
c08daeca5f
Merge pull request #7415 from bacongobbler/fix-7414
...
feat(version): show "unreleased" when built from a branch
5 years ago
Marc Khouzam
77b900106f
fix(comp): Update based on review comments
...
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Dao Cong Tien
10b44a114d
Add unit test for Reverse() in pkg/releaseutil.go
...
Signed-off-by: Dao Cong Tien <tiendc@vn.fujitsu.com>
5 years ago
Matt Butcher
6cc039ea79
fix: catch one additional discovery client warning ( #7176 )
...
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
5 years ago
Matthew Fisher
9d6f2ed107
feat(version): show "unreleased" when built from a branch
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Cristian Klein
1f0582cadc
fix(helm): improve handling of corrupted storage
...
Helm does not yet properly handle concurrent executions (see #7322 ),
and invoking Helm concurrently on the same release lead to corrupted storage.
Specifically, several Releases may be marked as DEPLOYED. This patch improved handling of such situations, by taking the latest
DEPLOYED Release. Eventually, the storage will clean itself out, after
the corrupted Releases are deleted due to --history-max.
This is a port to Helm v3 of #7319 .
Signed-off-by: Cristian Klein <cristian.klein@elastisys.com>
5 years ago
Ahmad Kazemi
9143223932
unnecessary import removed
...
Signed-off-by: Ahmad Kazemi <ahmad.kazemi@recordpoint.com>
unnecessary import removed
5 years ago
Ahmad Kazemi
d4c37d33d1
Signed-off-by: Ahmad Kazemi <ahmad.kazemi@recordpoint.com>
...
log.Printf replaced to fix the log issue.
5 years ago
Marc Khouzam
a8369db802
feat(comp): Isolate go completion framework better
...
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Marc Khouzam
fc618b4b6e
feat(comp): Use cached charts file for speed
...
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Marc Khouzam
0095e32001
feat(test): add some completion tests
...
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago