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

8 Commits

Author SHA1 Message Date
Carlos Tadeu Panato Junior
68f3fffe62 Upgrade go1.19, helm update and add golangci-lint job (#460)
* upgrade to go1.19

Signed-off-by: cpanato <ctadeu@gmail.com>

* add golangci-lint

Signed-off-by: cpanato <ctadeu@gmail.com>

* fix lints and Replace github.com/pkg/errors dependency with native error wrapping

Signed-off-by: cpanato <ctadeu@gmail.com>

* update install kind cluster

Signed-off-by: cpanato <ctadeu@gmail.com>

* update tests

Signed-off-by: cpanato <ctadeu@gmail.com>

* use errors.new

Signed-off-by: cpanato <ctadeu@gmail.com>

Signed-off-by: cpanato <ctadeu@gmail.com>
2022-09-16 15:59:15 +02:00
David J. M. Karlsen
0c4134b8a8 Upgrade tools (#349)
* Upgrade helm

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

* Upgrade kind

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

* Upgrade kind/node image

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2021-07-21 10:48:34 +02:00
Reinhard Nägele
0824f98833 Update kind, Helm, and Go (#206)
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2020-02-14 15:50:35 +01:00
Reinhard Nägele
b8572749f0 Add support for Helm 3 (#184)
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-11-28 19:09:20 +01:00
Carlos Tadeu Panato Junior
9e45a0914e Update local path provisioner version in the example folder (#145)
* update local path provisioner version in the example folder

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-10-15 06:55:33 +02:00
Reinhard Nägele
0e5c65006a Fix kind timeout (#144)
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2019-04-22 21:02:20 +02:00
Rimas Mocevicius
c97c7907c3 Update kind to v0.2.0 (#135)
Signed-off-by: rimas <rmocius@gmail.com>
2019-03-27 18:48:49 +01:00
Jacob LeGrone
52a4be9561 Add Helm/Kubernetes integration tests (#120)
* Add helm/kubectl integration test

Signed-off-by: Jacob LeGrone <git@jacob.work>

* Use Chart type from integration tests

Signed-off-by: Jacob LeGrone <git@jacob.work>

* Update .circleci/config.yml

Co-Authored-By: jlegrone <jlegrone@users.noreply.github.com>
Signed-off-by: Jacob LeGrone <git@jacob.work>

* Remove extraneous test chart files

Signed-off-by: Jacob LeGrone <git@jacob.work>

* Fix shellcheck lint

Signed-off-by: Jacob LeGrone <git@jacob.work>

* Remove example kind config from e2e tests

Signed-off-by: Jacob LeGrone <git@jacob.work>

* Remove breaking semver test

This wasn't super clear and was no longer working properly
after the switch to git-worktree.

Signed-off-by: Jacob LeGrone <git@jacob.work>

* Bump kind version

Signed-off-by: Jacob LeGrone <git@jacob.work>
2019-03-25 13:47:22 -04:00