Skip to content

Commit f2c7aa3

Browse files
authored
feat: release v0.2.0 (#309)
* 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 7dbd1b4 commit f2c7aa3

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.1.0
1+
0.2.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.1.0
6-
appVersion: "v0.1.0"
5+
version: 0.2.0
6+
appVersion: "v0.2.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.1.0
6+
cloudUiImage: ghcr.io/stacklok/toolhive-cloud-ui:v0.2.0
77
# -- Pull from registry if available, use local image if not
88
pullPolicy: IfNotPresent
99

0 commit comments

Comments
 (0)