diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a72d37c..8dacd07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## In Development +* Update the GitHub badges. (#345) (by @mamercad) * Reorganizing and renaming the CI workflows and jobs. (#344) (by @mamercad) * Add support for providing `ingressClassName`. (#336) (by @mamercad) * Add an experimental GitHu/K3s Lint and End-to-End testing workflow. (#243) (by @mamercad) diff --git a/README.md b/README.md index 1e09f618..2903c6a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # `stackstorm-ha` Helm Chart [![Build Status](https://circleci.com/gh/StackStorm/stackstorm-k8s/tree/master.svg?style=shield)](https://circleci.com/gh/StackStorm/stackstorm-k8s) -[![Build Status (Experimental)](https://github.com/StackStorm/stackstorm-k8s/actions/workflows/lint-and-e2e.yaml/badge.svg)](https://github.com/StackStorm/stackstorm-k8s/actions/workflows/lint-and-e2e.yaml) +[![E2E Tests](https://github.com/StackStorm/stackstorm-k8s/actions/workflows/e2e.yaml/badge.svg)](https://github.com/StackStorm/stackstorm-k8s/actions/workflows/e2e.yaml) +[![Lint](https://github.com/StackStorm/stackstorm-k8s/actions/workflows/lint.yaml/badge.svg)](https://github.com/StackStorm/stackstorm-k8s/actions/workflows/lint.yaml) +[![Unit Tests](https://github.com/StackStorm/stackstorm-k8s/actions/workflows/unit.yaml/badge.svg)](https://github.com/StackStorm/stackstorm-k8s/actions/workflows/unit.yaml) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/stackstorm-ha)](https://artifacthub.io/packages/helm/stackstorm/stackstorm-ha) K8s Helm Chart for running StackStorm cluster in HA mode.