Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down