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
Matthew Fisher
62edd09800
Merge pull request #5606 from xichengliudui/update-go-const
...
Using const() defines constants together (part:1)
6 years ago
Matthew Fisher
870e21d088
Merge pull request #5607 from xichengliudui/update-go-const-park2
...
Using const() defines constants together (part:2)
6 years ago
Matthew Fisher
2b36b1ad46
Merge pull request #5599 from xichengliudui/addconstants
...
Using const() defines constants together
6 years ago
Matthew Fisher
0d81d92a01
Merge pull request #5112 from mortent/WaitCRDEstablished
...
fix(helm): Wait for CRDs to reach established state for crd_install hook
6 years ago
xichengliudui
5edb79df4c
Using const() defines constants together (part:1)
...
Signed-off-by: xichengliudui <1693291525@qq.com>
update pull request
Signed-off-by: xichengliudui <1693291525@qq.com>
update pull request
Signed-off-by: xichengliudui <1693291525@qq.com>
6 years ago
xichengliudui
165e071d4a
Using const() defines constants together (part:2)
...
Signed-off-by: xichengliudui <1693291525@qq.com>
update pull request
Signed-off-by: xichengliudui <1693291525@qq.com>
6 years ago
xichengliudui
eb457460b1
Using const() defines constants together
...
Signed-off-by: xichengliudui <1693291525@qq.com>
6 years ago
Morten Torkildsen
32d7f1a3fc
fix(helm): Fix manifest validation
...
Manifest validation is done by the builder, but it requires that the schema is set before the Stream function is called. Otherwise the StreamVisitor is created without a schema and no validation is done.
Signed-off-by: Morten Torkildsen <mortent@google.com>
6 years ago
Matthew Fisher
53d432fa58
Merge pull request #4871 from flant/fix-no-resource-with-the-name-found
...
Fix `no RESOURCE with the name NAME found`
6 years ago
Timofey Kirillov
a8145d6f17
Regenerate proto files for `--cleanup-on-fail` option
...
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
6 years ago
Timofey Kirillov
faa5fd0b5e
Add clarification log messages before calling cleanup-on-fail during update
...
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
6 years ago
Morten Torkildsen
b8e40a7c31
fix(helm): Wait for CRDs to reach established state for crd_install hook
...
Makes sure CRDs installed through the crd_install hook reaches the `established` state before the hook is considered complete.
Signed-off-by: Morten Torkildsen <mortent@google.com>
6 years ago