Skip to content

Commit 32b63c5

Browse files
authored
Bump the registry-server version in the operator (#2904)
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent 5ab6183 commit 32b63c5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deploy/charts/operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: toolhive-operator
33
description: A Helm chart for deploying the ToolHive Operator into Kubernetes.
44
type: application
5-
version: 0.5.8
5+
version: 0.5.9
66
appVersion: "v0.6.11"

deploy/charts/operator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ToolHive Operator Helm Chart
22

3-
![Version: 0.5.8](https://img.shields.io/badge/Version-0.5.8-informational?style=flat-square)
3+
![Version: 0.5.9](https://img.shields.io/badge/Version-0.5.9-informational?style=flat-square)
44
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
A Helm chart for deploying the ToolHive Operator into Kubernetes.
@@ -95,8 +95,8 @@ The command removes all the Kubernetes components associated with the chart and
9595
| operator.vmcpImage | string | `"ghcr.io/stacklok/toolhive/vmcp:v0.6.11"` | Image to use for Virtual MCP Server (vMCP) deployments |
9696
| operator.volumeMounts | list | `[]` | Additional volume mounts on the operator container |
9797
| operator.volumes | list | `[]` | Additional volumes to mount on the operator pod |
98-
| registryAPI | object | `{"image":"ghcr.io/stacklok/thv-registry-api:v0.3.9","serviceAccount":{"annotations":{},"automountServiceAccountToken":true,"labels":{},"name":"toolhive-registry-api"}}` | All values for the registry API deployment and associated resources |
99-
| registryAPI.image | string | `"ghcr.io/stacklok/thv-registry-api:v0.3.9"` | Container image for the registry API |
98+
| registryAPI | object | `{"image":"ghcr.io/stacklok/thv-registry-api:v0.4.0","serviceAccount":{"annotations":{},"automountServiceAccountToken":true,"labels":{},"name":"toolhive-registry-api"}}` | All values for the registry API deployment and associated resources |
99+
| registryAPI.image | string | `"ghcr.io/stacklok/thv-registry-api:v0.4.0"` | Container image for the registry API |
100100
| registryAPI.serviceAccount | object | `{"annotations":{},"automountServiceAccountToken":true,"labels":{},"name":"toolhive-registry-api"}` | Service account configuration for the registry API |
101101
| registryAPI.serviceAccount.annotations | object | `{}` | Annotations to add to the registry API service account |
102102
| registryAPI.serviceAccount.automountServiceAccountToken | bool | `true` | Automatically mount a ServiceAccount's API credentials |

deploy/charts/operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ operator:
194194
# -- All values for the registry API deployment and associated resources
195195
registryAPI:
196196
# -- Container image for the registry API
197-
image: "ghcr.io/stacklok/thv-registry-api:v0.3.9"
197+
image: "ghcr.io/stacklok/thv-registry-api:v0.4.0"
198198
# -- Service account configuration for the registry API
199199
serviceAccount:
200200
# -- Automatically mount a ServiceAccount's API credentials

0 commit comments

Comments
 (0)