Skip to content

Commit

Permalink
update helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Jan 16, 2025
1 parent 89811e1 commit 445a8d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/helm_release.yml
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:
Expand All @@ -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

Expand All @@ -29,4 +32,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

0 comments on commit 445a8d9

Please sign in to comment.