From b49c634f17b4d8618b5c251cab5fb36c2646cbe5 Mon Sep 17 00:00:00 2001 From: Noste <83548733+Noooste@users.noreply.github.com> Date: Sun, 21 Dec 2025 15:54:06 +0100 Subject: [PATCH] bump version to 0.1.3 and update appVersion to 0.0.7; refine region comment in config example Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> --- config.yaml.example | 2 +- helm/garage-ui/Chart.yaml | 4 ++-- helm/garage-ui/templates/deployment.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yaml.example b/config.yaml.example index 9b805ed..3dff888 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -9,7 +9,7 @@ server: # Garage S3 Configuration garage: endpoint: "http://localhost:3900" # Garage S3 API endpoint - region: "eu-west-1" # S3 region (can be any value for Garage) + region: "eu-west-1" # S3 region (ensure it matches Garage S3 configuration) # Garage Admin API configuration admin_endpoint: "http://localhost:3903" # Garage Admin API endpoint diff --git a/helm/garage-ui/Chart.yaml b/helm/garage-ui/Chart.yaml index 49221d7..72d57a5 100644 --- a/helm/garage-ui/Chart.yaml +++ b/helm/garage-ui/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: garage-ui description: A Helm chart for Garage UI - Web interface for Garage S3 object storage type: application -version: 0.1.2 -appVersion: "v0.0.6" +version: 0.1.3 +appVersion: "v0.0.7" keywords: - garage - s3 diff --git a/helm/garage-ui/templates/deployment.yaml b/helm/garage-ui/templates/deployment.yaml index c9cafe1..65edec0 100644 --- a/helm/garage-ui/templates/deployment.yaml +++ b/helm/garage-ui/templates/deployment.yaml @@ -33,7 +33,7 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http - containerPort: 8080 + containerPort: {{ .Values.config.server.port }} protocol: TCP env: - name: GARAGE_UI_GARAGE_ADMIN_TOKEN