From deb831a2c5c14d4dd419bf3b2369c8b87f3b504a Mon Sep 17 00:00:00 2001 From: Ryan D McGuire Date: Thu, 20 Mar 2025 16:50:06 -0400 Subject: [PATCH] bump helm chart --- .gitea/workflows/ci.yml | 2 ++ helm/ambient-local-exporter/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 407b78b..756804b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -2,6 +2,7 @@ name: Build and Publish on: push: tags: ["v*"] + branches: ["main"] env: PACKAGE_NAME: ambient-local-exporter @@ -21,6 +22,7 @@ env: jobs: release: runs-on: ubuntu-latest + if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push steps: - name: Checkout Code uses: actions/checkout@v3 diff --git a/helm/ambient-local-exporter/Chart.yaml b/helm/ambient-local-exporter/Chart.yaml index 3f09ad4..94b1612 100644 --- a/helm/ambient-local-exporter/Chart.yaml +++ b/helm/ambient-local-exporter/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to