-
Notifications
You must be signed in to change notification settings - Fork 4
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
89811e1
commit 445a8d9
Showing
2 changed files
with
10 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
name: Helm Release Workflow | ||
|
||
on: | ||
push: | ||
branches: | ||
- v2 | ||
workflow_dispatch: | ||
on: push | ||
# release: | ||
# types: [published] | ||
|
||
jobs: | ||
helm-release: | ||
|
@@ -16,11 +14,16 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Configure Git | ||
run: | | ||
git config user.name "elimoshkovich" | ||
git config user.email "[email protected]" | ||
# - name: Update Chart version | ||
# run: | | ||
# sed -i "s/version: .*/version: ${{ github.event.release.tag_name }}/" ./charts/pdp/Chart.yaml | ||
|
||
- name: Install Helm | ||
uses: azure/setup-helm@v3 | ||
|
||
|
@@ -29,4 +32,4 @@ jobs: | |
env: | ||
CR_TOKEN: "${{ secrets.PAGES }}" | ||
with: | ||
skip_existing: true | ||
skip_existing: true |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: v2 | ||
name: pdp | ||
description: An official Helm chart for Permit.io PDP (Policy Decision Point) | ||
version: 0.0.2 | ||
version: 0.0.3 |