Skip to content

Commit ba58ee2

Browse files
committed
Use specific version for helm/chart-testing-action
1 parent 817fdcb commit ba58ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: 3.12
2222

2323
- name: Set up chart-testing
24-
uses: helm/chart-testing-action@v2.8
24+
uses: helm/chart-testing-action@v2.8.0
2525

2626
- name: Run chart-testing (list-changed)
2727
id: list-changed

charts/cloudflare-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: cloudflare-exporter
3-
version: 0.2.3
3+
version: 0.2.3
44
appVersion: 0.0.16
55
home: https://github.com/lablabs/cloudflare-exporter
66
description: A Helm chart for cloudflare exporter

0 commit comments

Comments
 (0)