海的澜色
36a8001e2a
fix this inconsistency in the docs ( #7157 )
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
5 years ago
Robert Brennan
361db77388
Fix godoc badge
...
Signed-off-by: Robert Brennan <bobby.brennan@gmail.com>
5 years ago
Matt Farina
a1dcb3c2e4
Restoring fetch-dist and sign Make targets
...
These make targets are used as part of the release process. They
had yet to be brought over to the v3 branch from the v2 branch
as they were developed after the branching happened.
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matt Farina
0b9e24d824
Merge pull request #7026 from sco11morgan/remove-lint-chart-name-check
...
fix(lint): Remove requirement that directory name and chart name match
5 years ago
Matt Farina
4a01b1603b
Merge pull request #7136 from VilledeMontreal/fix/getValuesClusterCheck
...
fix(cli): IsReachable check for "get values"
5 years ago
Matt Farina
893e8de183
Merge pull request #7071 from SvenskaSpel/issue-7055-helm-pull-ca-file-usage
...
Fixes #7055 helm pull ca file usage
5 years ago
Matt Farina
b1fc8e225b
Merge pull request #7148 from mattfarina/fix-coc
...
Fixing the code of conduct pointer
5 years ago
Karuppiah Natarajan
2a66e1a0e1
use sigs.k8s.io/yaml instead of gopkg.in/yaml.v2
...
this is for consistency as everywhere we use sigs.k8s.io/yaml package
Signed-off-by: Karuppiah Natarajan <karuppiah7890@gmail.com>
5 years ago
Matt Farina
a626f279ba
Merge pull request #7066 from VilledeMontreal/fix/crashOnMissingFlagValue
...
v3: fix(plugin): Avoid crash on missing flag
5 years ago
Matt Farina
a28389f253
Merge pull request #7107 from VilledeMontreal/fix/validateMac
...
fix(tests): mapfile is not available on MacOS
5 years ago
Matt Farina
a61c930de3
Fixing the code of conduct pointer
...
When the v3 branch was started the code of conduct pointed to the
Kubernetes one which pointed to the CNCF. Helm moved to be a CNCF
project and the v2 code of conduct was pointed directly at the
CNCF one. This was missed on the v3 branch. This updates the
pointer.
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
海的澜色
e062146db3
fix "Chart.lock is out of sync with Chart.yaml" ( #7119 )
...
* fixed #7101
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
* add test case
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
* fix lint error
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
* rename testcase
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
5 years ago
Graham Goudeau
01aa1bd3a2
Add a flag to allow template to output CRDs
...
Signed-off-by: Graham Goudeau <graham.goudeau@solo.io>
5 years ago
Marc Khouzam
cc33e394c7
fix(tests): mapfile is not available on MacOS
...
The mapfile command is not available on a standard MacOS install.
To faciliate doing `make test` which runs validate-license.sh,
let's use an array instead of mapfile.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Marc Khouzam
bf4cc97bbe
fix(cli): IsReachable check for "get values"
...
The 'helm get values' has its own Run() method in the action package.
So, unlike the other 'get' variants, it needs to check for the
reachability of the cluster itself.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
海的澜色
750b870aed
fix stack overflow error ( #7114 )
...
* fixed #7111
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
* update error message
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
* add test case
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
* fix lint error
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
5 years ago
Marc Khouzam
f504708b9c
Merge branch 'master' into fix/sortEnv
5 years ago
Matthew Fisher
22e00bebdf
Merge pull request #7098 from glb/add-archive-unit-tests
...
test(pkg): add unit tests for tar file edge cases
5 years ago
Geoff Baskwill
b8605c8d36
test(pkg): add unit tests for tar file edge cases
...
Adding unit tests for an issue that has come up multiple times
where the archive processing code doesn't take into account the
`tar.TypeXHeader` / `tar.TypeXGlobalHeader` entries that GitHub
adds when creating a release archive for a chart, for example
`https://github.com/org/repo/master.tar.gz `.
Signed-off-by: Geoff Baskwill <me@geoffbaskwill.ca>
5 years ago
Remco Haszing
af59e32654
docs(install): clarify the --replace flag ( #7089 )
...
* docs(install): clarify the --replace flag
The description of the `--replace` flag was unclear, as it can’t be
used to replace active releases.
Signed-off-by: Remco Haszing <remcohaszing@gmail.com>
* docs(install): reword replace flag description
Signed-off-by: Remco Haszing <remcohaszing@gmail.com>
5 years ago
Matthew Fisher
8f87900860
Merge pull request #7085 from msfuko/carry-over-ignore-pax-global-header
...
fix(pkg): ignore pax header files in chart validation
5 years ago
chloel
48704034a9
fix: ignore pax header files in chart validation
...
Signed-off-by: chloel <chloeleeq@gmail.com>
5 years ago
Marc Khouzam
32b4e2e5e9
fix(plugin): Avoid crash on missing flag
...
When calling a plugin, if a global flag requiring a parameter was
missing the parameter, helm would crash.
For example:
helm 2to3 --namespace<ENTER>
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Matthew Fisher
456eb7f411
Merge pull request #6946 from bacongobbler/fix-6939
...
fix(install): log the error when recording the release
5 years ago
Matthew Fisher
b0934d6df8
Merge pull request #6914 from bacongobbler/remove-serverconfig
...
ref(tlsutil): remove ServerConfig
5 years ago
Matt Farina
c932c5405f
Merge pull request #6997 from jmymy/update-brew-package-name-in-readme
...
Update README - homebrew renamed formula to just helm from kubernetes-helm
5 years ago
Matt Farina
be133b05c9
Merge pull request #6947 from flynnduism/readme-docs
...
fix(reame): update links to docs
5 years ago
Matt Farina
95b2e788e7
Merge pull request #6919 from VilledeMontreal/fix/listReturnError
...
v3: helm list no longer reporting cluster not reachable
5 years ago
Matt Farina
59dbf5debd
Merge pull request #6959 from dastrobu/chart-requires-kubeVersion
...
fix: change error message to contain correct field name
5 years ago
Matt Farina
1e237eac2b
Merge pull request #7065 from VilledeMontreal/fix/equalNamespacePlugin
...
v3: -n= flag is mistakenly being passed to plugins
5 years ago
Andreas Stenius
4c4328398e
chart_downloader: fix lint issue.
...
Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>
5 years ago
Andreas Stenius
0f0aa6b432
chart_downloader: avoid overriding TLS options from command flags when not setup in repo config.
...
Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>
5 years ago
Andreas Stenius
d3ad6f9c78
cli/pull: pass TLS config to chart downloader from flags. ( #7055 )
...
Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>
5 years ago
Andreas Stenius
d6c13616fa
chart_downloader: add TLS client config to options from repo config. ( #7055 )
...
Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>
5 years ago
Andreas Stenius
e3f49085cc
chart_downloader: add test to verify that http opts are used correctly. ( #7055 )
...
Signed-off-by: Andreas Stenius <andreas.stenius@svenskaspel.se>
5 years ago
Marc Khouzam
5179f8d698
fix(plugin): Avoid duplication of flag list
...
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Marc Khouzam
6473234f43
fix(plugin): Add missing -n known flag
...
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Scott Morgan
32ce016054
fix(lint): Remove requirement that directory name and chart name match
...
Signed-off-by: Scott Morgan <morgandev@gmail.com>
5 years ago
Scott Morgan
eb833ccead
remove unused variable
...
Signed-off-by: Scott Morgan <morgandev@gmail.com>
5 years ago
Scott Morgan
8a8463e08d
fix(lint): Remove requirement that directory name and chart name match
...
Signed-off-by: Scott Morgan <morgandev@gmail.com>
5 years ago
Jonathan Meyers
f65ce9167e
Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>
5 years ago
Jonathan Meyers
27c1ea63c7
Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>
5 years ago
Jonathan Meyers
44f72c4c0a
homebrew renamed formula to just helm from kubernetes-helm
...
Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>
5 years ago
Daniel Strobusch
8889625af6
fix: change error message to contain correct field name
...
When reporting an incompatible Kubernetes version, due to a version constraint from the kubeVersion field, the error message should report with the correct field name.
Signed-off-by: Daniel Strobusch <1847260+dastrobu@users.noreply.github.com>
5 years ago
Matthew Fisher
84de17e7e5
Merge pull request #6953 from bacongobbler/fix-get-script-take-2
...
fix(get): hard code DESIRED_VERSION when unset
5 years ago
Matthew Fisher
c9da1eaae7
fix(get-helm-3): remove tiller checks, fixup version check
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
3e77ca22c7
fix(get): hard code DESIRED_VERSION when unset
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Taylor Thomas
d8a32d6ddb
Merge pull request #6952 from thomastaylor312/fix/crd_wait
...
fix(wait): Adds support for waiting on v1 apiextensions for CRDs
5 years ago
Taylor Thomas
ecb55c1de7
fix(wait): Adds support for waiting on v1 apiextensions for CRDs
...
This was a missed update when we updated the k8s libraries. I validated
that this works for CRD installs with v1beta1 and v1
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
5 years ago
Matthew Fisher
301d428e53
Merge pull request #6949 from bacongobbler/get-script-hack
...
fix(get): install Helm v2.16.1
5 years ago