Matthew Fisher
e6c8ed4691
Merge pull request #8756 from technosophos/fix/omnibus-ports-from-v3
...
backported fixes from helm3
4 years ago
Matt Butcher
7c287078c1
backported fixes from helm3
...
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
4 years ago
Matt Farina
95cb9d6f84
Merge pull request #8747 from mattfarina/fix-vanity
...
Fixing broken vanity URL in dependencies
4 years ago
Matt Farina
d154b05921
Fixing broken vanity URL in dependencies
...
Signed-off-by: Matt Farina <matt.farina@rancher.com>
4 years ago
Martin Hickey
f65808b88e
Merge pull request #8516 from jeff-knurek/issue-6705
...
fix: removed strict template errors from v2 linter
4 years ago
Jeff Knurek
242bd58066
also don't need the values.yaml in testdata
...
Signed-off-by: Jeff Knurek <knurek.stuff@gmail.com>
4 years ago
Jeff Knurek
77957fc764
remove unrequired files in testdata
...
Signed-off-by: Jeff Knurek <knurek.stuff@gmail.com>
4 years ago
Jeff Knurek
5c9ff04da4
the last revert commit still was making an undesired change
...
Signed-off-by: Jeff Knurek <knurek.stuff@gmail.com>
4 years ago
Jeff Knurek
cd90fb4319
revert the removal of strict param in functions for better backwards compatibility
...
Signed-off-by: Jeff Knurek <knurek.stuff@gmail.com>
4 years ago
Matthew Fisher
5d2799051e
Merge pull request #8558 from BaltoRepo/dev-v2
...
Update Debian repo signing key location
4 years ago
Matthew Fox
e03f1ae502
Update Debian repo signing key location
...
Signed-off-by: Matthew Fox <matt@getbalto.com>
4 years ago
Jeff Knurek
a979ba8c58
fix: removed strict template errors from v2 linter
...
Signed-off-by: Jeff Knurek <knurek.stuff@gmail.com>
4 years ago
Martin Hickey
73d88af866
Merge pull request #7360 from cristiklein/fix/less-corruption-with-concurrent-executions-v2
...
fix(tiller): Avoid corrupting storage via a lock
4 years ago
zwwhdls
0b31450452
[v2] fix stack overflow error in helm template. ( #7185 )
...
* fix #6116
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
* fix another extreme case
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
4 years ago
Matthew Fisher
0ea9e6ccfc
Merge pull request #8390 from mattfarina/rework-install-docs
...
Updating the install instructions
4 years ago
Matt Farina
e52dbc2c2b
Updating the install instructions
...
This mirrors the change already merged into v3 at
https://github.com/helm/helm-www/pull/713
Signed-off-by: Matt Farina <matt@mattfarina.com>
4 years ago
Matt Farina
9b84fdb30d
Merge pull request #8136 from BaltoRepo/dev-v2
...
Add Apt (Deb/Ubuntu) installation instructions for Helm 2
4 years ago
Martin Hickey
0499fb5987
Merge pull request #8310 from stantonxu/dev-v2
...
Add Warning when installing or upgrading a deprecated chart - replacing PR #8262
4 years ago
Matthew Fisher
df3332e61a
Merge pull request #8305 from novas0x2a/v2-orphan-resources
...
Consider namespace when comparing resources
4 years ago
Matt Farina
8fa86f9082
Merge pull request #8344 from mattfarina/disable-repos-flag
...
Adding init flad to skip adding repos
4 years ago
Matt Farina
a03d3e34ac
Adding init flad to skip adding repos
...
The stable charts repository is nearing the end of its life. Once
that has happened those who attempt to run helm init will get an
error. This flag provides a means to still use Helm v2 after the
stable charts repository is gone.
A secondary situation is that Helm v2 can be used in environmnets
without a network connection.
Closes #7868
Signed-off-by: Matt Farina <matt@mattfarina.com>
4 years ago
Matthew Fisher
3ce9ac387d
Merge pull request #8323 from bridgetkromhout/dev-v2
...
Adding --devel to helm inspect
4 years ago
Martin Hickey
92470e992a
Merge pull request #8198 from hickeyma/fix/add-k8s-api-better-err-msg
...
fix(kube): Backport add more informative error message for removed k8s APIs
4 years ago
Stanton Xu
416c97d221
Updated test cases
...
Signed-off-by: Stanton Xu <xjiefeng@gmail.com>
4 years ago
Martin Hickey
059aeed8c7
Update after review
...
Review comment:
- https://github.com/helm/helm/pull/8198/files#r435237511
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
4 years ago
Martin Hickey
a90182e3b2
Add more informative error message for removed k8s APIs
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
4 years ago
Bridget Kromhout
ebbb29eca6
Adding --devel to helm inspect
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
4 years ago
Matt Butcher
def975f556
backported archive improvements from v3 ( #8318 )
...
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
4 years ago
Fabian Ruff
0c96138afa
Consider namespace when comparing resources
...
Fixes #6857
X-Cherry-Picked: 7f7e90b407
Signed-off-by: Mike Lundy <mike@fluffypenguin.org>
4 years ago
Adam Reese
7606f0879c
fix(ci): use go 1.14 ( #8288 )
...
Signed-off-by: Adam Reese <adam@reese.io>
5 years ago
Martin Hickey
cc258415a5
Merge pull request #8135 from hickeyma/doc/add-k8s-api-doc
...
doc(*): Backport deprecated Kubernetes API doc
5 years ago
Martin Hickey
9247be3b78
Pull review comments from v3 doc
...
Pulled in review comments from
https://github.com/helm/helm-www/pull/639
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Martin Hickey
46807c6729
Update review comment
...
Review comment:
- https://github.com/helm/helm/pull/8135#issuecomment-629527051
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Martin Hickey
5152c16517
Add deprecated Kubernetes API doc
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Matt Farina
9fdd17393f
Merge pull request #8185 from mattfarina/fix-8184
...
Adding a counter to the dependencies cache
5 years ago
Matt Farina
453ded0f2f
Adding a counter to the dependencies cache
...
The cache needed to be cleared due to an issue presented when the
source for one dependency moved from one place to another. To
accomplish this we add a counter. This is similar to the recommendation
in the CircleCI documentation on caching
Closes #8184
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matthew Fox
628541e097
Add Apt (Deb/Ubuntu) installation instructions for Helm 2
...
Signed-off-by: Matthew Fox <matt@getbalto.com>
5 years ago
Matthew Fisher
250f54a831
Merge pull request #8060 from bacongobbler/disable-go-modules
...
[Helm 2] fix(Makefile): disable go modules
5 years ago
Matthew Fisher
b6771ab6c4
fix(Makefile): disable go modules
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matt Farina
5f2584fd3d
Merge pull request #7931 from mattfarina/fix-7924
...
Fix issue with sorting pod lists
5 years ago
Matt Johnson
9bf04e7329
Adds Sonatype Nexus Repository Manger as a Helm repository host ( #7960 )
...
Signed-off-by: Matt Johnson <mjohnson@sonatype.com>
5 years ago
Matt Farina
493cd34009
Fix issue with sorting pod lists
...
The sorting previously used the selfref which contained the name
on the end for all cases except pods. In that case the selfref
was to pods and not the specific pod. This caused an issue where
multiple pods had the same selfref used as the key for softing.
The objects being sorted are tables that each have one row. In the
new setup the key is the first cells value from the first and only
row. This is the name of the resource.
Note, the Get function now requests a table. The tests have been
updated to return a Table type for the objects.
Closes #7924
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matt Butcher
0e32e6417b
fix: lint with strict passes for helm create ( #7926 )
...
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
5 years ago
Matt Farina
eb42670666
Merge pull request #7840 from mattfarina/fix-7812
...
Fix nil pointer error
5 years ago
Matt Butcher
5f6269d008
fix: fixes for Go 1.14 ( #7848 )
...
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
5 years ago
Matt Farina
88e95b0d7c
Fix nul pointer error
...
Closes #7812
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matt Farina
e0604b9306
Merge pull request #7810 from mattfarina/fix-7728
...
Fixing validation issue
5 years ago
Matt Farina
4aafed7457
Fixing validation issue
...
Latest() should not have been added Validate
Closes #7797
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matthew Fisher
c35b2b1cce
Merge pull request #7471 from bacongobbler/backport-7443
...
fix(engine): allow limited recursion in templates
5 years ago
Matthew Fisher
9d7b269499
fix recursion count in templates
...
backport of #7558 from master
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago