From 7aa5aeb4f8355cce0d046a6fd384559fb6f3ae26 Mon Sep 17 00:00:00 2001 From: Noste <83548733+Noooste@users.noreply.github.com> Date: Mon, 22 Dec 2025 00:15:34 +0100 Subject: [PATCH] feat: bump Helm chart version to 0.1.6 and update endpoint pattern in values schema Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> --- helm/garage-ui/Chart.yaml | 2 +- helm/garage-ui/values.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/garage-ui/Chart.yaml b/helm/garage-ui/Chart.yaml index 86e3928..7b559c0 100644 --- a/helm/garage-ui/Chart.yaml +++ b/helm/garage-ui/Chart.yaml @@ -3,7 +3,7 @@ name: garage-ui description: A Helm chart for Garage UI - Web interface for Garage S3 object storage icon: https://helm.noste.dev/garage.png type: application -version: 0.1.5 +version: 0.1.6 appVersion: "v0.0.10" keywords: - garage diff --git a/helm/garage-ui/values.schema.json b/helm/garage-ui/values.schema.json index 78ec522..bfd3131 100644 --- a/helm/garage-ui/values.schema.json +++ b/helm/garage-ui/values.schema.json @@ -112,7 +112,7 @@ "endpoint": { "type": "string", "description": "Garage S3 API endpoint", - "pattern": "^https?://", + "pattern": "^(https?://)?[a-zA-Z0-9.-]+(:[0-9]+)?$", "default": "http://garage:3900" }, "region": {