Marc Khouzam
6cc1bd2ef4
Poposal: Hook to run acceptance tests ( #6256 )
...
* Allow to run acceptance tests from main Helm repo
To run the acceptance tests, one can now do:
make test-acceptance
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
* Allow to run completion tests from main Helm repo
To run the completion tests, one can now do:
make test-completion
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
* Use the word 'clone' instead
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
* Use test-acceptance-completion naming
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
5 years ago
Anton
98a6fc5a3a
fix BusyBox sed ( #6340 )
...
BusyBox sed works the same way as GNU sed
Signed-off-by: tipok <me@tipok.pro>
5 years ago
Ivan Towlson
cd42b26a6a
Distinct doc strings for repository-cache and repository-config
...
Signed-off-by: Ivan Towlson <itowlson@microsoft.com>
5 years ago
Marc Khouzam
cdcb80709e
doc(cli): restore help text for helm configuration
...
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
5 years ago
Matt Butcher
5bf7ca688f
docs: Add best practices compliance badge ( #6320 )
...
This is now required by CNCF for graduation from incubation.
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
5 years ago
Vibhav Bobade
66b037f6be
Move the logic for checking env in pkg/cli and store all envs in a central place
...
Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
5 years ago
Vibhav Bobade
586780d034
Updated to get Helm env Paths and XDG env paths only
...
Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
5 years ago
Vibhav Bobade
0cc1d31ac2
Logic for the helm env command
...
Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
5 years ago
Marc Khouzam
2aa4a6bc92
helm-v3: Dynamic completion for "helm repo" and "helm plugin" ( #6263 )
...
* Add dynamic completion for 'helm repo remove'
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
* fix: --home flag has been removed
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
* Dynamic completion for 'helm plugin remove/update'
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
* Add returns for consitency
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
5 years ago
Adam Reese
26c7338408
Merge pull request #6308 from adamreese/fix/repos
...
fix(cmd/helm): user friendly error message when repos are not configured
5 years ago
Adam Reese
fe92480ab4
fix(cmd/helm): user friendly error message when repos are not configured
...
Signed-off-by: Adam Reese <adam@reese.io>
5 years ago
Thomas O'Donnell
d911c4a2f5
Make the lint cmd output a bit easier to follow
...
Have tried to give the output of the lint command a bit of a clean up to
try to make it easier to follow. This splits the output by chart, moves
the summary to the end of the report rather than at the top and fixes
the number of failed charts count.
Signed-off-by: Thomas O'Donnell <andy.tom@gmail.com>
5 years ago
Adam Reese
c19253d7cd
Revert "fix(cmd/helm): user friendly error message when repos are not configured"
...
This reverts commit c4b76f27de
.
5 years ago
Adam Reese
c4b76f27de
fix(cmd/helm): user friendly error message when repos are not configured
...
Signed-off-by: Adam Reese <adam@reese.io>
5 years ago
Ashley Schuett
342f3c75de
return namespace assigned to --namespace
...
Signed-off-by: Ashley Schuett <asch@hellofresh.com>
5 years ago
Marc Khouzam
f46df928cf
fix(cmd/helm): Missing params for dir locations ( #6300 )
...
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
5 years ago
Marc Khouzam
9df067d9d9
fix(cmd/helm): Remove mention of init from help ( #6298 )
...
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
5 years ago
Thomas O'Donnell
e5668f54fe
Stop multiple error messages in lint results
...
Have fixed a minor error in the lint action that was causing Error
messages from linting chart getting added to the returned results
multiple times.
Signed-off-by: Thomas O'Donnell <andy.tom@gmail.com>
5 years ago
Akash Shinde
8f3fd753ad
Fix: set config dir in repo update cmd ( #6292 )
...
Signed-off-by: akashshinde <akashshinde159@gmail.com>
5 years ago
Vibhav Bobade
d00e328020
Applied check to actions
...
Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
5 years ago
Vibhav Bobade
5a07055645
Add IsReachable to /pkg/kube/client to see if connected to the internet
...
Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
5 years ago
Adam Reese
27e70c8f1d
Merge pull request #6286 from adamreese/chore/gpg
...
chore(*): Add GPG key for Adam
5 years ago
Adam Reese
5d1a032bba
chore(*): Add GPG key for Adam
...
Signed-off-by: Adam Reese <adam@reese.io>
5 years ago
Adam Reese
f76b5f21ad
Merge pull request #6272 from adamreese/feat/initless
...
feat(cmd/helm): remove need for helm init command
5 years ago
Adam Reese
1779ad5302
ref(cmd/helm): remove init command
...
Signed-off-by: Adam Reese <adam@reese.io>
5 years ago
Josh Dolitsky
af06037d23
chore(registry): upgrade to oras v0.7.0 ( #6285 )
...
Also:
* add --insecure flag to "registry login"
* fix bug parsing correct tag when port number present
Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>
5 years ago
Matthew Fisher
3b6c4e9b81
chore(OWNERS): sync with master ( #6224 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Adam Reese
b6fdd8783b
feat(cmd/helm): remove need for helm init command
...
* allow repository config via cli
* make `helm repo add` create repo config file if it does not exist
* squash a ton of bugs
Signed-off-by: Adam Reese <adam@reese.io>
5 years ago
Matt Farina
fba311ba23
Merge pull request #6243 from technosophos/feat/5871-crds-directory
...
feat: Add support for a crds/ directory
5 years ago
Taylor Thomas
7466c4ee3b
Merge pull request #6241 from waveywaves/fix/issue-6079
...
Clone the vals map for every path to avoid mutation
5 years ago
Vibhav Bobade
68a8f36a92
Fix Adding Errors from Linter.Messages to result.Errors
...
This also fixes <nil> beig added to result.Errors
Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
5 years ago
Adam Reese
921806b915
Merge pull request #6254 from adamreese/ref/code-cleanup
...
ref(*): remove dead code
5 years ago
Adam Reese
b2d5e41fc7
ref(*): remove dead code
...
Signed-off-by: Adam Reese <adam@reese.io>
5 years ago
Matt Farina
2540c4ec80
Merge pull request #6253 from VilledeMontreal/fix-v3/helpRepoUpdate
...
Remove mention of 'helm update'
5 years ago
Vibhav Bobade
9ab927f0bb
Test for Linting multiple charts with the same vals instance
...
Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
5 years ago
Vibhav Bobade
7da1f35386
Clone the vals map for every path to avoid mutation
...
Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
5 years ago
Marc Khouzam
bd4ffb5514
Remove mention of 'helm update'
...
'helm update' is removed in v3.
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
5 years ago
Matt Butcher
98426d6ad3
feat: Add support for a crds/ directory
...
Closes #5871
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
5 years ago
Taylor Thomas
f73e3235c2
Merge pull request #6225 from thomastaylor312/chore/add_key
...
chore(*): Add GPG key for Taylor
5 years ago
Taylor Thomas
91c1b8b086
chore(*): Add GPG key for Taylor
...
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
5 years ago
Taylor Thomas
aeb303f390
Merge pull request #6228 from thomastaylor312/fix/go1.12.8
...
fix(registry): Updates registry to handle go 1.12.8 changes
5 years ago
Taylor Thomas
16544c8190
fix(registry): Updates registry to handle go 1.12.8 changes
...
Go 1.12.8 introduced some breaking fixes (see 3226f2d492
)
for a CVE. This broke the way we were doing registry reference parsing.
This removes the call to the containerd libraries in favor of our own
parsing and adds additional unit tests
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
5 years ago
Matthew Fisher
130f7934ff
Merge pull request #6219 from bacongobbler/fix-5912
...
fix(chartutil): remove executable bits from chartutil generated files
5 years ago
Matthew Fisher
d99edbfb3e
fix(chartutil): remove executable bits from chartutil generated files
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
d69139afa5
Merge pull request #6217 from bacongobbler/implement-cleanup
...
fix(test): restore --cleanup
5 years ago
Matthew Fisher
4c4b10668a
ref(test): join all hook manifests before building
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
4d6d384741
style(action): fix style tests
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
4c366c972d
fix(action): return an error if len > 0
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
fddf066121
fix(test): restore --cleanup
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matt Farina
63b751ded7
Merge pull request #6211 from mattfarina/hub-search
...
Exposing Helm Hub search via the search command
5 years ago