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
6 years ago
Taylor Thomas
91c1b8b086
chore(*): Add GPG key for Taylor
...
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
6 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
6 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>
6 years ago
Matthew Fisher
130f7934ff
Merge pull request #6219 from bacongobbler/fix-5912
...
fix(chartutil): remove executable bits from chartutil generated files
6 years ago
Matthew Fisher
d99edbfb3e
fix(chartutil): remove executable bits from chartutil generated files
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
d69139afa5
Merge pull request #6217 from bacongobbler/implement-cleanup
...
fix(test): restore --cleanup
6 years ago
Matthew Fisher
4c4b10668a
ref(test): join all hook manifests before building
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
4d6d384741
style(action): fix style tests
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
4c366c972d
fix(action): return an error if len > 0
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
fddf066121
fix(test): restore --cleanup
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matt Farina
63b751ded7
Merge pull request #6211 from mattfarina/hub-search
...
Exposing Helm Hub search via the search command
6 years ago
Matt Farina
8595fe6a35
Updating the search language and flags for consistency
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Matt Farina
90d2bac80c
Breaking up the search command into multiple commands based on type
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Matt Farina
d30d3f6218
Exposing Helm Hub search via the search command
...
This retains the ability to search added repositories
Part of #6186
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Adam Reese
29d6853659
Merge pull request #6210 from adamreese/ref/debug
...
ref(cmd/helm): unify log functions
6 years ago
Josh Dolitsky
6095070817
ref(internal/experimental/registry): pkg refactor ( #6205 )
...
No more magic separating the metadata from chart tarball - charts are
pushed to registry as a single tarball layer with Chart.yaml in tact.
No more fragile custom symlink chart storage, now following
the OCI Image Layout Specification for chart filesystem cache.
Also:
- Update to ORAS 0.6.0
- Simplify registry client setup with NewClientWithDefaults()
- Remove needless annotations and constants
Fixes #6068
Fixes #6141
Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>
6 years ago
Adam Reese
df7553970d
ref(cmd/helm): unify log functions
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
6ab25d2242
Merge pull request #6208 from adamreese/fix/job-wait
...
fix(pkg/kube): only wait for events from Jobs and Pods
6 years ago
Adam Reese
cc98242feb
fix(pkg/kube): only wait for events from Jobs and Pods
...
Fixes issue of waiting for events from hook objects that are not Jobs or
Pods.
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Matthew Fisher
ac43d9faf2
Merge pull request #6202 from waveywaves/fix/6172
...
Updated upgrade to give more verbose output
6 years ago
Vibhav Bobade
2ff4e20398
Updated upgrade to give more verbose output
...
Similar to the install command
Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
6 years ago
Matt Farina
dfe37b9ccd
Merge pull request #6187 from mattfarina/hub-sdk
...
Adding a monocular client as a package
6 years ago