From 445a8d93871359d305ca945a1dbbb78bb5cd0320 Mon Sep 17 00:00:00 2001 From: eli Date: Thu, 16 Jan 2025 13:15:12 -0800 Subject: [PATCH] update helm chart version --- .github/workflows/helm_release.yml | 15 +++++++++------ charts/pdp/Chart.yaml | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/helm_release.yml b/.github/workflows/helm_release.yml index 91de67b6..c0c4e058 100644 --- a/.github/workflows/helm_release.yml +++ b/.github/workflows/helm_release.yml @@ -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 "eli@permit.io" + # - 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 \ No newline at end of file diff --git a/charts/pdp/Chart.yaml b/charts/pdp/Chart.yaml index 6adcd8d1..facac28f 100644 --- a/charts/pdp/Chart.yaml +++ b/charts/pdp/Chart.yaml @@ -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