-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Helm 3 #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks perf 👌
@@ -133,21 +130,6 @@ configure_kube() { | |||
docker cp "$kubeconfig" ct:/root/.kube/config | |||
} | |||
|
|||
install_tiller() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹
21eade4
to
053803f
Compare
I created a |
053803f
to
92b2383
Compare
At the same time we drop support for Helm 2. Since actions are a new thing and we don't have a major release yet, we decided to not support legacy. Helm 2 users can still use older releases. Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
92b2383
to
643c208
Compare
@@ -2,6 +2,9 @@ | |||
|
|||
A GitHub Action to lint and test Helm charts, using the [helm/chart-testing](https://github.com/helm/chart-testing) CLI tool. | |||
|
|||
`master` supports Helm 3 only. | |||
Support for Helm 2 is on branch `dev-v2`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
At the same time we drop support for Helm 2. Since actions are a new thing
and we don't have a major release yet, we decided to not support legacy.
Helm 2 users can still use older releases.
Signed-off-by: Reinhard Naegele unguiculus@gmail.com