diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index f7c355b..45904a6 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -4,6 +4,10 @@ on: push: branches: - develop + paths: + - charts/** + - image/** + - tests/** pull_request: branches: - main diff --git a/README.md b/README.md index dbbe835..73da692 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This chart deploys a ChromaDB Vector Store cluster on a Kubernetes cluster using - [ ] Security - the ability to secure chroma API with TLS and OIDC <- PoC completed waiting to be merged in the main repo - [ ] Backup and restore - the ability to back up and restore the index data -- [ ] Monitoring - the ability to monitor the cluster using Prometheus and Grafana +- [ ] Observability - the ability to monitor the cluster using Prometheus and Grafana ## Prerequisites