Skip to content

Commit

Permalink
chore: release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shellbear committed Dec 11, 2023
1 parent 8a9cbc7 commit 450af42
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Build and release Helm packages on s3 repositories using Github Actions.

Instructions on how to set up a S3 bucket as a helm chart repository: https://andrewlock.net/how-to-create-a-helm-chart-repository-using-amazon-s3/.

## Changelog

- 0.2: Add an option for Relative URLs [Thanks to this PR](https://github.com/shellbear/helm-release-action/pull/4) [@aztechian](https://github.com/aztechian)
- 0.1: Initial release

## Examples

Using [aws-actions/configure-aws-credentials@v1](https://github.com/aws-actions/configure-aws-credentials) action to configure S3 access:
Expand All @@ -25,7 +30,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-west-1
- name: Helm release
uses: shellbear/helm-release-action@0.1
uses: shellbear/helm-release-action@v0.2
with:
repo: s3://s3-bucket-example/
chart: ./deployment/helm
Expand Down Expand Up @@ -54,4 +59,4 @@ jobs:

## Author

- [shellbear](http://github.com/shellbear/)
- [shellbear](http://github.com/shellbear/)

0 comments on commit 450af42

Please sign in to comment.