From 2389268fa2347b34cf31616efac580b74f6bd4bd Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Tue, 31 Dec 2019 17:24:12 -0500 Subject: [PATCH 1/3] Adding basic badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 592baee..bf9e260 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Drone plugin for Helm 3 +[![Build Status](https://cloud.drone.io/api/badges/pelotech/drone-helm3/status.svg)](https://cloud.drone.io/pelotech/drone-helm3) +[![Go Report](https://goreportcard.com/badge/github.com/pelotech/drone-helm3)](https://goreportcard.com/report/github.com/pelotech/drone-helm3) +[![](https://images.microbadger.com/badges/image/pelotech/drone-helm3.svg)](https://microbadger.com/images/pelotech/drone-helm3 "Get your own image badge on microbadger.com") + This plugin provides an interface between [Drone](https://drone.io/) and [Helm 3](https://github.com/kubernetes/helm): * Lint your charts From e6411027701481a9bad716b7cd9b6d80abefdfb9 Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Tue, 31 Dec 2019 17:34:53 -0500 Subject: [PATCH 2/3] link to migrate the deployments in the cluster --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf9e260..c987b8e 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ steps: drone-helm3 is largely backwards-compatible with drone-helm. There are some known differences: +* You'll need to migrate the deployments in the cluster [helm-v2-to-helm-v3](https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/) + * `prefix` must be supplied via the `settings` block, not `environment`. * Several settings no longer have any effect: * `purge` -- this is the default behavior in Helm 3 From fed4de2ed9f764b459b84e662960a05a95ff9f9b Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Tue, 31 Dec 2019 17:54:46 -0500 Subject: [PATCH 3/3] Update README.md Co-Authored-By: Erin Call --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c987b8e..6981db0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ steps: drone-helm3 is largely backwards-compatible with drone-helm. There are some known differences: -* You'll need to migrate the deployments in the cluster [helm-v2-to-helm-v3](https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/) +* You'll need to migrate the deployments in the cluster [helm-v2-to-helm-v3](https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/). * `prefix` must be supplied via the `settings` block, not `environment`. * Several settings no longer have any effect: