From d44e9cdaeb3c2065f580793595a64962d8022bc1 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 28 Jan 2021 11:05:11 +0100 Subject: [PATCH] Drop trailing slash (https://github.com/fluxcd/flux/issues/1852) --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index dd863ac4..eb50d65f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -6,7 +6,7 @@ version: 0.2.4 dependencies: - name: nextcloud version: 1.10.1 - repository: https://nextcloud.github.io/helm/ + repository: https://nextcloud.github.io/helm - name: rabbitmq version: 6.18.2 repository: https://charts.bitnami.com/bitnami -- GitLab