Skip to content

Commit e6b8453

Browse files
authored
Merge pull request #403 from kagent-dev/api-gen-update
Update kagent and kmcp API reference docs
2 parents 3c0c3ab + fafc6c7 commit e6b8453

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/update-ref-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322

323323
path = Path("src/app/docs/kagent/resources/helm/temp.mdx")
324324
text = path.read_text()
325-
for placeholder in ("${KMCP_VERSION}", "${SUBSTRATE_VERSION}"):
325+
for placeholder in ("${KMCP_VERSION}", "${SUBSTRATE_VERSION}", "${SUBSTRATE_REPO}"):
326326
text = text.replace(placeholder, "`" + placeholder + "`")
327327
path.write_text(text)
328328
PY

src/app/docs/kagent/resources/helm/page.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ A Helm chart for kagent, built with Google ADK
1818

1919
| Repository | Name | Version |
2020
|------------|------|---------|
21+
| `${SUBSTRATE_REPO}` | substrate | `${SUBSTRATE_VERSION}` |
2122
| file://../agents/argo-rollouts | argo-rollouts-agent | |
2223
| file://../agents/cilium-debug | cilium-debug-agent | |
2324
| file://../agents/cilium-manager | cilium-manager-agent | |
@@ -32,13 +33,13 @@ A Helm chart for kagent, built with Google ADK
3233
| file://../tools/querydoc | querydoc | |
3334
| https://oauth2-proxy.github.io/manifests | oauth2-proxy | ~7.0.0 |
3435
| oci://ghcr.io/kagent-dev/kmcp/helm | kmcp | `${KMCP_VERSION}` |
35-
| oci://ghcr.io/kagent-dev/substrate/helm | substrate | `${SUBSTRATE_VERSION}` |
3636
| oci://ghcr.io/kagent-dev/tools/helm | kagent-tools | 0.2.1 |
3737

3838
## Values
3939

4040
| Key | Type | Default | Description |
4141
|-----|------|---------|-------------|
42+
| annotations | object | `{}` | Additional annotations to add to all Kubernetes deployment resources |
4243
| argo-rollouts-agent.enabled | bool | `true` | |
4344
| argo-rollouts-agent.memory.enabled | bool | `false` | |
4445
| argo-rollouts-agent.memory.modelConfigRef | string | `""` | |
@@ -81,6 +82,7 @@ A Helm chart for kagent, built with Google ADK
8182
| controller.agentImage.registry | string | `""` | |
8283
| controller.agentImage.repository | string | `"kagent-dev/kagent/app"` | |
8384
| controller.agentImage.tag | string | `""` | |
85+
| controller.annotations | object | `{}` | Additional annotations to add to the controller Deployment metadata |
8486
| controller.auth.mode | string | `"unsecure"` | |
8587
| controller.auth.userIdClaim | string | `""` | |
8688
| controller.env | list | `[]` | |
@@ -308,6 +310,7 @@ A Helm chart for kagent, built with Google ADK
308310
| tag | string | `""` | |
309311
| tolerations | list | `[]` | Node taints which will be tolerated for `Pod` [scheduling](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/). |
310312
| ui.additionalForwardedHeaders | list | `[]` | Additional request headers (beyond Authorization) the UI proxy will forward to the backend. Names are case-insensitive. Hop-by-hop headers (Connection, Transfer-Encoding, etc.) are silently dropped. |
313+
| ui.annotations | object | `{}` | Additional annotations to add to the UI Deployment metadata |
311314
| ui.auth.ssoRedirectPath | string | `"/oauth2/start"` | |
312315
| ui.backendInternalUrl | string | `""` | |
313316
| ui.env | object | `{}` | |

0 commit comments

Comments
 (0)