From 7eb4e6f59ba4d5ba3721aabf0f0831d83dbc668a Mon Sep 17 00:00:00 2001 From: eli Date: Wed, 18 Jun 2025 10:19:51 -0700 Subject: [PATCH] fix bump version --- .github/workflows/helm_release.yml | 2 +- charts/pdp/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm_release.yml b/.github/workflows/helm_release.yml index d96e4d92..0ca5abf1 100644 --- a/.github/workflows/helm_release.yml +++ b/.github/workflows/helm_release.yml @@ -7,7 +7,7 @@ on: jobs: helm-release: - if: github.event_name == 'push' && github.ref == 'refs/heads/v2' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' permissions: contents: write runs-on: ubuntu-latest diff --git a/charts/pdp/Chart.yaml b/charts/pdp/Chart.yaml index ea16aae0..4b70c401 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.4 +version: 0.0.4 \ No newline at end of file