File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,6 @@ The command removes all the Kubernetes components associated with the chart and
9999| operator.vmcpImage | string | ` "ghcr.io/stacklok/toolhive/vmcp:v0.16.0" ` | Image to use for Virtual MCP Server (vMCP) deployments |
100100| operator.volumeMounts | list | ` [] ` | Additional volume mounts on the operator container |
101101| operator.volumes | list | ` [] ` | Additional volumes to mount on the operator pod |
102- | registryAPI | object | ` {"image":"ghcr.io/stacklok/thv-registry-api:v1.0.0 "} ` | All values for the registry API deployment and associated resources |
103- | registryAPI.image | string | ` "ghcr.io/stacklok/thv-registry-api:v1.0.0 " ` | Container image for the registry API |
102+ | registryAPI | object | ` {"image":"ghcr.io/stacklok/thv-registry-api:v1.0.1 "} ` | All values for the registry API deployment and associated resources |
103+ | registryAPI.image | string | ` "ghcr.io/stacklok/thv-registry-api:v1.0.1 " ` | Container image for the registry API |
104104
Original file line number Diff line number Diff line change @@ -206,4 +206,4 @@ operator:
206206# -- All values for the registry API deployment and associated resources
207207registryAPI :
208208 # -- Container image for the registry API
209- image : " ghcr.io/stacklok/thv-registry-api:v1.0.0 "
209+ image : " ghcr.io/stacklok/thv-registry-api:v1.0.1 "
Original file line number Diff line number Diff line change @@ -206,4 +206,4 @@ operator:
206206# -- All values for the registry API deployment and associated resources
207207registryAPI :
208208 # -- Container image for the registry API
209- image : " ghcr.io/stacklok/thv-registry-api:v1.0.0 "
209+ image : " ghcr.io/stacklok/thv-registry-api:v1.0.1 "
You can’t perform that action at this time.
0 commit comments