Skip to content

Commit

Permalink
Fix: Helm index.html (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
karimatwa authored Nov 8, 2024
1 parent 0920432 commit 21158fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>Available Charts</h2>

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 {
Expand Down

0 comments on commit 21158fd

Please sign in to comment.