diff --git a/.github/workflows/helm-chart-release.yml b/.github/workflows/helm-chart-release.yml index 9fe0528..8bd413e 100644 --- a/.github/workflows/helm-chart-release.yml +++ b/.github/workflows/helm-chart-release.yml @@ -27,4 +27,5 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.3.0 env: + CR_RELEASE_NAME_TEMPLATE: "{{ .Version }}" CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/charts/koredump/Chart.yaml b/charts/koredump/Chart.yaml index b1cd89e..dcfbe76 100644 --- a/charts/koredump/Chart.yaml +++ b/charts/koredump/Chart.yaml @@ -16,10 +16,10 @@ maintainers: # 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.3.1 +version: 0.3.2 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.3.1" +appVersion: "0.3.2" diff --git a/koredump.spec b/koredump.spec index c1abdd5..a8f0450 100644 --- a/koredump.spec +++ b/koredump.spec @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MIT Name: koredump -Version: 0.3.1 +Version: 0.3.2 Release: 1%{?dist} Summary: Kubernetes coredump REST API