Skip to content

Commit 96bee39

Browse files
rdimitrovclaude
andauthored
Bump registry API image to v1.0.1 (#4706)
Update the thv-registry-api container image from v1.0.0 to v1.0.1 in the operator Helm chart values and generated docs. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 97051d8 commit 96bee39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deploy/charts/operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

deploy/charts/operator/values-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ operator:
206206
# -- All values for the registry API deployment and associated resources
207207
registryAPI:
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"

deploy/charts/operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ operator:
206206
# -- All values for the registry API deployment and associated resources
207207
registryAPI:
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"

0 commit comments

Comments
 (0)