Skip to content

Commit

Permalink
Modify README.md (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu authored Oct 6, 2021
1 parent 8743be6 commit 736ade6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm_charts_scalar.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Helm testing and validate for scalar charts
name: Chart Testing and Kubeval

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Helm Charts
name: Release Charts

on:
workflow_dispatch:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 736ade6

Please sign in to comment.