Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
Also drop "koredump" prefix from the tag and release names.
  • Loading branch information
rantala committed Feb 18, 2022
1 parent cd86dbd commit 2daa7cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_RELEASE_NAME_TEMPLATE: "{{ .Version }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions charts/koredump/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion koredump.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2daa7cf

Please sign in to comment.