diff --git a/helm-chart/public/index.html b/helm-chart/public/index.html index 266bc5b..ae2395e 100644 --- a/helm-chart/public/index.html +++ b/helm-chart/public/index.html @@ -109,7 +109,7 @@

Available Charts

const bucketName = "{{BUCKET_NAME}}"; const region = "{{REGION}}"; - const helmRepoUrl = `http://${bucketName}.s3.amazonaws.com` + const helmRepoUrl = `https://${bucketName}.s3.amazonaws.com` async function listFiles() { try {