From dd24f0469446146a9da28a2509011cf1b7533bcd Mon Sep 17 00:00:00 2001 From: OKevinoo <2862759513@qq.com> Date: Fri, 9 May 2025 16:03:35 +0800 Subject: [PATCH] fix: remove trailing slashes from envoyproxy repository URLs in Chart.yaml --- chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ea283e65..dc4c564d 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -27,9 +27,9 @@ dependencies: condition: open-webui.enabled - name: gateway-helm version: 0.0.0-latest - repository: "oci://registry-1.docker.io/envoyproxy/" + repository: "oci://registry-1.docker.io/envoyproxy" condition: envoy-gateway.enabled - name: ai-gateway-helm version: v0.0.0-latest - repository: "oci://registry-1.docker.io/envoyproxy/" + repository: "oci://registry-1.docker.io/envoyproxy" condition: envoy-ai-gateway.enabled