diff --git a/.github/workflows/helm_charts_scalar.yml b/.github/workflows/helm_charts_scalar.yml index 734e61fd..442e9997 100644 --- a/.github/workflows/helm_charts_scalar.yml +++ b/.github/workflows/helm_charts_scalar.yml @@ -1,4 +1,4 @@ -name: Helm testing and validate for scalar charts +name: Chart Testing and Kubeval on: pull_request: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68302a6c..a6f2a789 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release Helm Charts +name: Release Charts on: workflow_dispatch: diff --git a/README.md b/README.md index 28620eb2..f0d3210a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # Scalar Helm Charts Repository -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Release Charts](https://github.com/scalar-labs/helm-charts/workflows/Release%20Helm%20Charts/badge.svg?branch=main) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![Release Charts](https://github.com/scalar-labs/helm-charts/actions/workflows/release.yml/badge.svg)](https://github.com/scalar-labs/helm-charts/actions/workflows/release.yml) +[![Chart Testing and Kubeval](https://github.com/scalar-labs/helm-charts/actions/workflows/helm_charts_scalar.yml/badge.svg)](https://github.com/scalar-labs/helm-charts/actions/workflows/helm_charts_scalar.yml) This directory contains the following helm charts. * [Scalar DB](./charts/scalardb/) * [Scalar DL](./charts/scalardl/) +* [Scalar DL Audit](./charts/scalardl-audit/) * [Schema Loading for Scalar DL](./charts/schema-loading/) +* [Envoy](./charts/envoy/) ## Prerequisites