From f8c02b7b4e06eaa622d53e82056006b0a9b92292 Mon Sep 17 00:00:00 2001 From: Aleksandar Stojanov Date: Thu, 26 Oct 2023 01:07:03 +0200 Subject: [PATCH] fix some links Signed-off-by: Aleksandar Stojanov --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a287a90..8ff5151 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # helm values schema json plugin [![ci](https://github.com/losisin/helm-values-schema-json/actions/workflows/ci.yaml/badge.svg)](https://github.com/losisin/helm-values-schema-json/actions/workflows/ci.yaml) -[![codecov](https://codecov.io/gh/losisin/helm-values-schema-json/graph/badge.svg?token=0QQVCFJH84)](https://codecov.io/gh/losisin/helm-values-schema-json)![Static Badge](https://img.shields.io/badge/licence%20-%20MIT-green?link=https%3A%2F%2Fgithub.com%2Flosisin%2Fhelm-values-schema-json%2Fblob%2Fadd-Makefile%2FLICENSE) -![GitHub release (with filter)](https://img.shields.io/github/v/release/losisin/helm-values-schema-json) +[![codecov](https://codecov.io/gh/losisin/helm-values-schema-json/graph/badge.svg?token=0QQVCFJH84)](https://codecov.io/gh/losisin/helm-values-schema-json) +[![Static Badge](https://img.shields.io/badge/licence%20-%20MIT-green)](https://github.com/losisin/helm-values-schema-json/blob/add-Makefile/LICENSE) +[![GitHub release (with filter)](https://img.shields.io/github/v/release/losisin/helm-values-schema-json)](https://github.com/losisin/helm-values-schema-json/releases) Helm plugin for generating `values.schema.json` from single or multiple values files. Works only with Helm3 charts.