diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 756b715..2bf34f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,8 +10,8 @@ name: Build and Publish - "v*.*.*" pull_request: branches: - - "main" - - 'master' + - main + - master env: REGISTRY: ghcr.io @@ -125,8 +125,7 @@ jobs: chart-release: - # only run when merged to main - if: github.ref == 'refs/heads/main' + if: startsWith(github.ref, 'refs/tags/') name: Helm Chart Release needs: - oci_image diff --git a/charts/gnocpush/Chart.yaml b/charts/gnocpush/Chart.yaml index 2b8d401..88a78e9 100644 --- a/charts/gnocpush/Chart.yaml +++ b/charts/gnocpush/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: gnocpush description: Push Prometheus Alertmanager webhook payloads to Global NOC type: application -version: 0.1.0 -appVersion: 0.1.0 +version: 0.2.0 +appVersion: 0.2.0