Skip to content

Commit 53f3c7e

Browse files
committed
fix version
1 parent a2e57a3 commit 53f3c7e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/helm-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
release:
1212
permissions:
1313
contents: write
14+
packages: write
15+
id-token: write
16+
1417

1518
runs-on: ubuntu-latest
1619

charts/github-exporter/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: GitHub exporter
33
name: github-exporter
4-
version: 0.1.0
5-
appVersion: 0.4.0
4+
version: 0.1.1
5+
appVersion: 0.6.1
66
home: https://github.com/cpanato/github_actions_exporter
77
maintainers:
88
- name: cpanato

0 commit comments

Comments
 (0)