From c181313a8fd89f0866589d4c5491ee1eeabb4d47 Mon Sep 17 00:00:00 2001 From: hasheddan Date: Thu, 22 Sep 2022 16:03:29 -0400 Subject: [PATCH] Fix trailing space on helm chart URL Removes a trailing space causing issues in CI when concatenating URL to branch. Signed-off-by: hasheddan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6b82ca..5fd3f33 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ GO111MODULE = on # Setup Helm USE_HELM3 = true -HELM_BASE_URL = https://charts.upbound.io +HELM_BASE_URL = https://charts.upbound.io HELM_S3_BUCKET = public-upbound.charts HELM_CHARTS = xgql HELM_CHART_LINT_ARGS_xgql = --set nameOverride='',imagePullSecrets=''