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>
This commit is contained in:
Noste
2025-12-22 00:15:34 +01:00
parent b4bdd13743
commit 7aa5aeb4f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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": {