Skip to content

Commit f3b17cf

Browse files
authored
Revert "feat: release v0.2.0 (#309)" (#311)
This reverts commit f2c7aa3.
1 parent b94a430 commit f3b17cf

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

0 commit comments

Comments
 (0)