1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 18:45:18 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Matt Farina
75ee8d5b87 Prepping for v1.1.0 release (#28)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2018-09-24 14:37:16 -04:00
Matt Farina
0e96d077cd Updated image details to point people to Quay (#22) 2018-09-18 17:28:25 +02:00
Reinhard Nägele
0a4282369e Revert permission changes from #13 (#21)
These changes caused a number of problems for charts CI. If users
need this, they should extend the image.

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2018-09-11 22:14:31 +02:00
Reinhard Nägele
3b5e7fa1c1 Fix exit code when test with multiple custom CI values files fails (#18)
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2018-09-11 15:56:47 +02:00
Reinhard Nägele
d44ae53fa3 Fix regression in docker-for-mac sample (#17) 2018-09-11 15:49:54 +02:00
Rimas Mocevicius
2f8115e1d5 Prettify docker4mac script (#15)
Signed-off-by: rimas <rmocius@gmail.com>
2018-09-10 21:33:26 +02:00
Reinhard Nägele
872427955d Add sample for Docker for Mac (#12) 2018-08-29 11:27:56 -04:00
Reinhard Nägele
c52f1dd7d5 Double-check pod readiness for deployments (#10) 2018-08-15 21:48:02 +02:00
Reinhard Nägele
96d2ce7c0e Factor out testing code from charts (#1)
* [WIP] Factor out testing code from charts

* Minor various fixes

 Please enter the commit message for your changes. Lines starting

* Start readme

* Update readme and add GKE example

* Add CircleCI job for ShellCheck

* Install Helm and kubectl after other tools

Also: Hard-code version for kubectl.

* Fix readme

* Update maintainer validation

'chartlib::validate_maintainers' should not log an error if there's no maintainers
section. This is already covered by the schema validation.

* Add random suffix to namespaces

* Improve container logs output

* Improve logging

* Add --cleanup flag to 'helm test'

* Improve namespace cleanup

* Improve logging

* Add random suffixes to releases

* Update logging and Docker image version

* Update GKE example

* Fix Bash array declarations

* Remove user from Docker image

* Add summary

* Use kubectl rollout status for deployments

* Add some more fixes

* Build dependencies before linting

* Fix array initialization

* Increase sleep time for namespace polling

* Add missing colon

* Create v1.0.0

* Update Helm to v2.9.1

* Add missing local keywords

* Bump image version

* Update copyright headers
2018-06-06 09:42:53 -04:00