-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1734e3
commit dcf0317
Showing
4 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,23 +21,22 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
|
||
- name: Install Helm | ||
uses: azure/setup-helm@v3 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Helm tool installer | ||
uses: Azure/[email protected] | ||
|
||
- name: Package Helm Chart | ||
run: helm package ./charts/* --destination ./charts | ||
|
||
- name: Authorize with GCP | ||
uses: google-github-actions/auth@v1 | ||
- name: Authenticate to Google Cloud | ||
uses: google-github-actions/auth@v2.1.3 | ||
with: | ||
credentials_json: ${{ secrets.GCP_CREDENTIALS }} | ||
|
||
- name: Push chart to GCP Cloud Storage | ||
uses: google-github-actions/upload-cloud-storage@v1 | ||
uses: google-github-actions/upload-cloud-storage@v2.1.0 | ||
with: | ||
path: ./charts | ||
glob: "*.tgz" | ||
process_gcloudignore: false | ||
destination: ${{ inputs.gcpDestination }} | ||
parent: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters