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
4 changes: 2 additions & 2 deletions deploy/charts/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ The command removes all the Kubernetes components associated with the chart and
| operator.vmcpImage | string | `"ghcr.io/stacklok/toolhive/vmcp:v0.9.1"` | Image to use for Virtual MCP Server (vMCP) deployments |
| operator.volumeMounts | list | `[]` | Additional volume mounts on the operator container |
| operator.volumes | list | `[]` | Additional volumes to mount on the operator pod |
| registryAPI | object | `{"image":"ghcr.io/stacklok/thv-registry-api:v0.4.8","serviceAccount":{"annotations":{},"automountServiceAccountToken":true,"labels":{},"name":"toolhive-registry-api"}}` | All values for the registry API deployment and associated resources |
| registryAPI.image | string | `"ghcr.io/stacklok/thv-registry-api:v0.4.8"` | Container image for the registry API |
| registryAPI | object | `{"image":"ghcr.io/stacklok/thv-registry-api:v0.5.3","serviceAccount":{"annotations":{},"automountServiceAccountToken":true,"labels":{},"name":"toolhive-registry-api"}}` | All values for the registry API deployment and associated resources |
| registryAPI.image | string | `"ghcr.io/stacklok/thv-registry-api:v0.5.3"` | Container image for the registry API |
| registryAPI.serviceAccount | object | `{"annotations":{},"automountServiceAccountToken":true,"labels":{},"name":"toolhive-registry-api"}` | Service account configuration for the registry API |
| registryAPI.serviceAccount.annotations | object | `{}` | Annotations to add to the registry API service account |
| registryAPI.serviceAccount.automountServiceAccountToken | bool | `true` | Automatically mount a ServiceAccount's API credentials |
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ operator:
# -- All values for the registry API deployment and associated resources
registryAPI:
# -- Container image for the registry API
image: "ghcr.io/stacklok/thv-registry-api:v0.4.8"
image: "ghcr.io/stacklok/thv-registry-api:v0.5.3"
# -- Service account configuration for the registry API
serviceAccount:
# -- Automatically mount a ServiceAccount's API credentials
Expand Down
Loading