Skip to content

Commit

Permalink
Replace Helm action
Browse files Browse the repository at this point in the history
  • Loading branch information
pbzweihander committed Jul 10, 2023
1 parent e36eb93 commit 1e0eee6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- uses: actions/checkout@v3
- name: Bulid and push Helm chart to S3
uses: WyriHaximus/github-action-helm3@v3
- uses: azure/setup-helm@v3
with:
exec: |
helm plugin install https://github.com/hypnoglow/helm-s3.git
helm repo add devsisters s3://devsisters-public-helm-charts
helm package helm
helm s3 push *.tgz devsisters --relative
version: "3.12.1"
- name: Bulid and push Helm chart to S3
run: |
helm plugin install https://github.com/hypnoglow/helm-s3.git
helm repo add devsisters s3://devsisters-public-helm-charts
helm package helm
helm s3 push *.tgz devsisters --relative

0 comments on commit 1e0eee6

Please sign in to comment.