From 5910961825758ff2028c0cf2d7ab08775a84e4d3 Mon Sep 17 00:00:00 2001 From: Noste <83548733+Noooste@users.noreply.github.com> Date: Sun, 21 Dec 2025 15:42:18 +0100 Subject: [PATCH] docs: update README Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com> --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 953fc16..54e85d3 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,6 @@ docker run -d \ docker pull noooste/garage-ui:latest ``` -**Available tags:** -- `latest` - Latest stable release -- `v0.0.4` - Specific version -- `0.0` - Minor version track - The Docker image is multi-platform, supporting `linux/amd64` and `linux/arm64`. ### Kubernetes Deployment with Helm @@ -156,8 +151,8 @@ server: # Garage S3 Configuration garage: - endpoint: "http://garage:3900" - region: "eu-west-1" + endpoint: "garage:3900" + region: "eu-west-1" # Ensure to match Garage region from garage.toml admin_endpoint: "http://garage:3903" admin_token: "your-admin-token-here" @@ -623,8 +618,6 @@ GARAGE_UI_LOGGING_LEVEL=debug This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details. -Copyright (c) 2025 Noste - --- ## Acknowledgments