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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
4 changes: 2 additions & 2 deletions deploy/charts/toolhive-registry-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: toolhive-registry-server
description: A Helm chart for deploying the ToolHive Registry Server - the central metadata hub for enterprise MCP governance and discovery
type: application
version: 1.1.1
appVersion: 1.1.1
version: 1.1.2
appVersion: 1.1.2
keywords:
- mcp
- registry
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/toolhive-registry-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The command removes all the Kubernetes components associated with the chart and
| extraVolumes | list | `[]` | Additional volumes to add to the pod |
| fullnameOverride | string | `""` | Override the full name of the chart |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.registryServerUrl | string | `"ghcr.io/stacklok/thv-registry-api:v1.1.1"` | URL of the registry server image |
| image.registryServerUrl | string | `"ghcr.io/stacklok/thv-registry-api:v1.1.2"` | URL of the registry server image |
| imagePullSecrets | list | `[]` | Image pull secrets for private registries |
| initContainers | list | `[]` | Init containers to run before the main container Use this for setup tasks like preparing pgpass files, waiting for dependencies, etc. Init containers share the same volumes as the main container (extraVolumes) |
| livenessProbe | object | `{"httpGet":{"path":"/health","port":"internal-http"},"initialDelaySeconds":30,"periodSeconds":10}` | Liveness probe configuration |
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/toolhive-registry-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
# -- URL of the registry server image
registryServerUrl: "ghcr.io/stacklok/thv-registry-api:v1.1.1"
registryServerUrl: "ghcr.io/stacklok/thv-registry-api:v1.1.2"

# -- Image pull policy
pullPolicy: IfNotPresent
Expand Down
Loading