Skip to content

Commit 89cb8f7

Browse files
PER-11681 fix helm publish gh pages (#234)
* update helm chart version * workflow change
1 parent 89811e1 commit 89cb8f7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/helm_release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Helm Release Workflow
22

33
on:
44
push:
5-
branches:
6-
- v2
7-
workflow_dispatch:
5+
paths:
6+
- 'charts/pdp/Chart.yaml'
87

98
jobs:
109
helm-release:
10+
if: github.event_name == 'push' && github.ref == 'refs/heads/v2'
1111
permissions:
1212
contents: write
1313
runs-on: ubuntu-latest
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
19+
1920
- name: Configure Git
2021
run: |
2122
git config user.name "elimoshkovich"
@@ -29,4 +30,4 @@ jobs:
2930
env:
3031
CR_TOKEN: "${{ secrets.PAGES }}"
3132
with:
32-
skip_existing: true
33+
skip_existing: true

charts/pdp/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: pdp
33
description: An official Helm chart for Permit.io PDP (Policy Decision Point)
4-
version: 0.0.2
4+
version: 0.0.3

0 commit comments

Comments
 (0)