Skip to content

Commit

Permalink
Merge pull request upbound#104 from hasheddan/whyyyy
Browse files Browse the repository at this point in the history
Fix trailing space on helm chart URL
  • Loading branch information
hasheddan authored Sep 22, 2022
2 parents 2898ba4 + c181313 commit 67ca7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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=''
Expand Down

0 comments on commit 67ca7de

Please sign in to comment.