diff --git a/VERSION b/VERSION index 4b9fcbec..a918a2aa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.6.0 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2831f54d..40c77514 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: toolhive-cloud-ui description: A Helm chart for ToolHive Cloud UI - Next.js application type: application -version: 0.5.1 -appVersion: "v0.5.1" +version: 0.6.0 +appVersion: "v0.6.0" keywords: - nextjs - react diff --git a/helm/values.yaml b/helm/values.yaml index 160db2eb..af109730 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: # -- Image repository (ghcr.io/stacklok/toolhive-cloud-ui) - cloudUiImage: ghcr.io/stacklok/toolhive-cloud-ui:v0.5.1 + cloudUiImage: ghcr.io/stacklok/toolhive-cloud-ui:v0.6.0 # -- Pull from registry if available, use local image if not pullPolicy: IfNotPresent