Matt Farina
e2b3afcf26
Merge pull request #5902 from mattfarina/expand-default-capabilities
...
Add more capabilities to the detault set used by helm template
5 years ago
Naseem
9af767c0e5
Add security context
...
Signed-off-by: Naseem <naseemkullah@gmail.com>
5 years ago
Martin Hickey
c3242d1be4
Merge pull request #5532 from mortent/WaitForDelete
...
fix(helm): Delete hooks should wait for resource to be removed from etcd before continuing
5 years ago
Morten Torkildsen
cb2207c2fb
fix(helm): Delete hooks should wait for resource to be removed from etcd before continuing
...
Signed-off-by: Morten Torkildsen <mortent@google.com>
5 years ago
Matt Farina
79235eef11
Add more capabilities to the detault set used by helm template
...
- These are the capabilities as of k8s 1.14
- They are generated because getting them at runtime uses so much
memory it causes CI errors
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matthew Fisher
d93b660c62
Revert "Change port forward command order in default note"
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matt Farina
6c88a429ff
Merge pull request #5890 from naseemkullah/sa
...
[helm create] Add service account to templates
5 years ago
Aisuko
2868aed321
Change port forward command order in default note
...
Signed-off-by: Aisuko <urakiny@gmail.com>
5 years ago
Naseem
ab8585faea
Keep indentation consistent
...
Signed-off-by: Naseem <naseemkullah@gmail.com>
6 years ago
Naseem
a985f34b81
Add sa
...
Signed-off-by: Naseem <naseemkullah@gmail.com>
6 years ago
Adam Eijdenberg
0ba4c63546
Update warning to be more accurate
...
Signed-off-by: Adam Eijdenberg <adam.eijdenberg@digital.gov.au>
6 years ago
Adam Eijdenberg
dda84976bf
Refactor to use common codepath for table coalescing
...
Stop mutating maps passed on input
Signed-off-by: Adam Eijdenberg <adam.eijdenberg@digital.gov.au>
6 years ago
Adam Eijdenberg
29a295eb84
Add test for existing merging behaviour of mixed types
...
Signed-off-by: Adam Eijdenberg <adam.eijdenberg@digital.gov.au>
6 years ago
Martin Hickey
2ca025d482
Merge pull request #5759 from ialidzhikov/issue-5758
...
Change extension rule to warning severity
6 years ago
Matt Farina
e46dd138b1
Merge pull request #5842 from mattfarina/moar-capabilities
...
Expose the resource types in addition to the api group/version in templates
6 years ago
Matt Farina
35b740af22
Adding Kinds to the capabilities apiversions lookup for templates
...
This will enable the detection of specific objects including CRDs
that may vary widely between kubernetes clusters
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Matthew Fisher
b496f85bc2
Merge pull request #5755 from tillepille/master
...
Use .Values.service.port also in the pre-generated ingress
6 years ago
Tim Schrumpf
741dd4a93b
Ingress ServicePort from Values
...
Signed-off-by: tillepille <github@tillepille.io>
6 years ago
Martin Hickey
b0b0accdfc
Merge pull request #5666 from tariq1890/fix_short
...
fix the short descriptions of all helm commands
6 years ago
Adam Eijdenberg
5b9311d163
Fix nested null value overrides
...
- Add ability to test for nested non-existent keys
- Add test cases for nested null values
- Minimalist fix for nested null key test cases
- Add missing metadata to integration test
Signed-off-by: Adam Eijdenberg <adam.eijdenberg@digital.gov.au>
6 years ago
Matthew Fisher
af0bb6d26b
Merge pull request #5760 from mortent/revertValidationFix
...
fix(helm): Disable schema validation for manifests
6 years ago
Martin Hickey
f8b496fd66
Merge pull request #5772 from dev-chulbuji/master
...
change deployment version
6 years ago
Tariq Ibrahim
ccf933b29a
return error when io.Copy fails in Digest
...
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
6 years ago
dev-chulbuji
3708fad517
feat: change miss fixing
...
Signed-off-by: dev-chulbuji <dev.chulbuji@gmail.com>
6 years ago
dev-chulbuji
3d487547f9
change deployment version
...
Signed-off-by: dev-chulbuji <dev.chulbuji@gmail.com>
6 years ago
Morten Torkildsen
ad886c5e36
fix(helm): Disable schema validation for manifests
...
Signed-off-by: Morten Torkildsen <mortent@google.com>
6 years ago
ialidzhikov
0880703a40
Change extension rule to warning severity
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
6 years ago
Matthew Fisher
9fb19967ba
Merge pull request #5643 from mortent/NoValidateExistingResources
...
fix(helm): Only validate new manifests
6 years ago
Tariq Ibrahim
8fcc438b67
fix the short descriptions of all helm commands
...
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
fix typo in search.go
6 years ago
Matt Farina
b4ff4d2f61
Merge pull request #5729 from mattfarina/fix-lint-apiversion
...
Adding lint check for apiVersion which is a required field
6 years ago
Matt Farina
d4053b38cd
Adding lint check for apiVersion which is a required field
...
Fixes #5727
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Matthew Fisher
ae0d4b151b
fix(pkg/storage/driver): use shallowReleaseEqual()
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
55e87b68bb
Merge pull request #5672 from tariq1890/err_digest
...
add errcheck for Digest method in sign.go
6 years ago
Matthew Fisher
a93ebe17d6
Merge pull request #5371 from PayFit/feat/add-sql-storage-driver
...
[storage] Add an SQL storage driver
6 years ago
Matthew Fisher
39283f9b38
Merge pull request #5702 from bacongobbler/bump-version-2.14
...
bump version to v2.14
6 years ago
Matthew Fisher
5be3af65a2
bump version to v2.14
...
(cherry picked from commit 2420009a75
)
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Tariq Ibrahim
86b970600b
add errcheck for Digest method in sign.go
...
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
6 years ago
Morten Torkildsen
072cd6af37
fix(helm): Regenerate go types from proto
...
Signed-off-by: Morten Torkildsen <mortent@google.com>
6 years ago
Martin Hickey
470d92e126
Fix scaffold chart label in helper template
...
The 'app.kubernetes.io/version' label was not being rendered as
expected. It was appending onto the label before it and also
the next label label was appending onto it on the same line.
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Matthew Fisher
3da600d03f
Merge pull request #5271 from donbowman/add-imagePullSecret
...
Add imagePullSecret to the `default` helm create template
6 years ago
Morten Torkildsen
94adb5bbe0
fix(helm): Only validate new manifests
...
Signed-off-by: Morten Torkildsen <mortent@google.com>
6 years ago
Matt Farina
b06b5ef4d2
Merge pull request #5373 from luisdavim/version_label
...
Add app.kubernetes.io/version label
6 years ago
Luis Davim
0270f2e2b5
Reduce template code duplication. Fixes #5372
...
Signed-off-by: Luis Davim <luis.davim@jet.com>
6 years ago
Elliot Maincourt
f4052821c9
Fix formatting issue
...
Signed-off-by: Elliot Maincourt <e.maincourt@gmail.com>
6 years ago
Elliot Maincourt
13e82d2039
Clarify our SQL Release binding struct naming and purpose
...
Signed-off-by: Elliot Maincourt <e.maincourt@gmail.com>
6 years ago
Étienne Lafarge
6c396880ad
[pr-review] Lighten docs & validate SQL dialect
...
Signed-off-by: Étienne Lafarge <etienne.lafarge@gmail.com>
6 years ago
Étienne Lafarge
a602d70842
[storage] Add an SQL storage driver
...
This commits adds the possibility to back Tiller (or the future
Tiller-less Helm CLI) with any SQL database (only postgres has been
tested so far) to store release information.
The main motivation for this commit was to use a storage backend that
would allow releases larger that 1MB in size (ConfigMap or Secret
drivers don't, because of limits on value size in the underlying etcd
key-value store).
Signed-off-by: Étienne Lafarge <etienne.lafarge@gmail.com>
Co-authored-by: Elliot Maincourt <e.maincourt@gmail.com> (@emaincourt)
Co-authored-by: Paul Borensztein <hi@0x01.fr> (@commit-master)
6 years ago
Evan Vetere
f602c2328d
tone down the enthusiasm
...
fix for unit tests
Signed-off-by: Evan Vetere <ecv@sine.com>
6 years ago
SataQiu
06fbc720e7
refactor: using tiller probe port constant
...
Signed-off-by: SataQiu <qiushida@beyondcent.com>
6 years ago
SataQiu
e48a3be64a
define port 44134 as a constant
...
Signed-off-by: SataQiu <qiushida@beyondcent.com>
6 years ago