Skip to content

Commit

Permalink
feat: Chroma auth support
Browse files Browse the repository at this point in the history
- Int testing is now trigger for changes in Chart, tests, Docker image

Refs: #13
  • Loading branch information
tazarov committed Sep 10, 2023
1 parent d73ad94 commit 25ab521
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- develop
paths:
- charts/**
- image/**
- tests/**
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 25ab521

Please sign in to comment.