Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/helm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Helm Release Workflow

on:
push:
branches:
- v2
workflow_dispatch:
paths:
- 'charts/pdp/Chart.yaml'

jobs:
helm-release:
if: github.event_name == 'push' && github.ref == 'refs/heads/v2'
permissions:
contents: write
runs-on: ubuntu-latest
Expand All @@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "elimoshkovich"
Expand All @@ -29,4 +30,4 @@ jobs:
env:
CR_TOKEN: "${{ secrets.PAGES }}"
with:
skip_existing: true
skip_existing: true
2 changes: 1 addition & 1 deletion charts/pdp/Chart.yaml
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