Skip to content

Commit

Permalink
fix bucket url for helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Oct 18, 2024
1 parent 7f7b603 commit e823148
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ jobs:
- name: Update Helm Chart Index
run: |
aws s3 cp s3://briefer-helm-charts/index.yaml .
aws s3 cp s3://briefer-helm/index.yaml .
helm repo index . --merge index.yaml
- name: Upload Helm Chart to S3
run: |
aws s3 cp
aws s3 cp briefer-*.tgz s3://briefer-helm-charts/
aws s3 cp briefer-*.tgz s3://briefer-helm/

0 comments on commit e823148

Please sign in to comment.