Skip to content

Commit 37cd87b

Browse files
authored
chore: release v0.5.0 (#489)
* Update VERSION for release Release-Triggered-By: peppescg * Update Chart.yaml for release Release-Triggered-By: peppescg * Update Chart.yaml for release Release-Triggered-By: peppescg * Update values.yaml for release Release-Triggered-By: peppescg
1 parent e84a995 commit 37cd87b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.4
1+
0.5.0

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: toolhive-cloud-ui
33
description: A Helm chart for ToolHive Cloud UI - Next.js application
44
type: application
5-
version: 0.4.4
6-
appVersion: "v0.4.4"
5+
version: 0.5.0
6+
appVersion: "v0.5.0"
77
keywords:
88
- nextjs
99
- react

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ replicaCount: 1
33

44
image:
55
# -- Image repository (ghcr.io/stacklok/toolhive-cloud-ui)
6-
cloudUiImage: ghcr.io/stacklok/toolhive-cloud-ui:v0.4.4
6+
cloudUiImage: ghcr.io/stacklok/toolhive-cloud-ui:v0.5.0
77
# -- Pull from registry if available, use local image if not
88
pullPolicy: IfNotPresent
99

0 commit comments

Comments
 (0)