From 0c9c1416c423f4f94601914fd43bfaa10aff8340 Mon Sep 17 00:00:00 2001 From: Mark Mercado Date: Wed, 21 Dec 2022 13:33:57 -0500 Subject: [PATCH 1/2] Update the GitHub badges --- CHANGELOG.md | 1 + README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a72d37c..c8b2622b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## In Development +* Update the GitHub badges. (#344) (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. From 72fef633e03c07268fa7e57af4dd1968d1f116ae Mon Sep 17 00:00:00 2001 From: Mark Mercado Date: Wed, 21 Dec 2022 13:38:48 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Jacob Floyd --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8b2622b..8dacd07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## In Development -* Update the GitHub badges. (#344) (by @mamercad) +* 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)