diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 90174d6..3f02b92 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -4,7 +4,7 @@ on: push jobs: release: - if: ${{ github.ref == 'refs/heads/main' }} + if: github.ref == 'refs/heads/main' permissions: contents: write runs-on: ubuntu-latest diff --git a/charts/securely-proxy/Chart.yaml b/charts/securely-proxy/Chart.yaml index d58cd58..ed68364 100644 --- a/charts/securely-proxy/Chart.yaml +++ b/charts/securely-proxy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: securely-proxy type: application -version: 1.2.0 +version: 1.2.1 description: A chart to be used to deploy an nginx proxy with owasp crs and seurely sidecars home: https://github.com/cyso/securely-nginx-container