There was an error while loading. Please reload this page.
1 parent f63ada8 commit 546e4a4Copy full SHA for 546e4a4
2 files changed
.github/workflows/chart-testing.yml
@@ -16,13 +16,8 @@ jobs:
16
with:
17
version: v3.18.4
18
19
- - uses: actions/setup-python@v5.3.0
20
- with:
21
- python-version: '3.x'
22
- check-latest: true
23
-
24
- name: Set up chart-testing
25
- uses: helm/chart-testing-action@v2.7.0
+ uses: helm/chart-testing-action@v2.8.0
26
27
- name: Run chart-testing (list-changed)
28
id: list-changed
charts/lago-mcp-server/ci/basic-values.yaml
@@ -0,0 +1,7 @@
1
+config:
2
+ mistral:
3
+ agentID: ag:00000000:00000000:lago-mcp-server-assistant:00000000
4
+ apiKey: someAPIKey
5
+
6
+ api:
7
+ url: api.lago.dev
0 commit comments