We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94a430 commit f3b17cfCopy full SHA for f3b17cf
VERSION
@@ -1 +1 @@
1
-0.2.0
+0.1.0
helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: toolhive-cloud-ui
3
description: A Helm chart for ToolHive Cloud UI - Next.js application
4
type: application
5
-version: 0.2.0
6
-appVersion: "v0.2.0"
+version: 0.1.0
+appVersion: "v0.1.0"
7
keywords:
8
- nextjs
9
- react
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.2.0
+ cloudUiImage: ghcr.io/stacklok/toolhive-cloud-ui:v0.1.0
# -- Pull from registry if available, use local image if not
pullPolicy: IfNotPresent
0 commit comments