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 @@
0.5.1
0.6.0
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading