diff --git a/VERSION b/VERSION index 524cb552..45a1b3f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 +1.1.2 diff --git a/deploy/charts/toolhive-registry-server/Chart.yaml b/deploy/charts/toolhive-registry-server/Chart.yaml index 7f231efa..385699c0 100644 --- a/deploy/charts/toolhive-registry-server/Chart.yaml +++ b/deploy/charts/toolhive-registry-server/Chart.yaml @@ -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 diff --git a/deploy/charts/toolhive-registry-server/README.md b/deploy/charts/toolhive-registry-server/README.md index 8b053b0d..e89c33e7 100644 --- a/deploy/charts/toolhive-registry-server/README.md +++ b/deploy/charts/toolhive-registry-server/README.md @@ -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 | diff --git a/deploy/charts/toolhive-registry-server/values.yaml b/deploy/charts/toolhive-registry-server/values.yaml index 7d6261cc..aca41ddf 100644 --- a/deploy/charts/toolhive-registry-server/values.yaml +++ b/deploy/charts/toolhive-registry-server/values.yaml @@ -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