Skip to content

Commit 5cdb41f

Browse files
authored
Bump the registry-server version in the operator to v0.4.2 (#2959)
* Bump the registry-server version in the operator to v0.4.2 Signed-off-by: Radoslav Dimitrov <[email protected]> * Bump the registry-server version in the openshift chart Signed-off-by: Radoslav Dimitrov <[email protected]> --------- Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 7dedbb6 commit 5cdb41f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.9
5+
version: 0.5.10
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.9](https://img.shields.io/badge/Version-0.5.9-informational?style=flat-square)
3+
![Version: 0.5.10](https://img.shields.io/badge/Version-0.5.10-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.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 |
98+
| registryAPI | object | `{"image":"ghcr.io/stacklok/thv-registry-api:v0.4.2","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.2"` | 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-openshift.yaml

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

0 commit comments

Comments
 (0)