Skip to content

Commit 1f811cf

Browse files
committed
change chart version trigger ci
1 parent 0f6f893 commit 1f811cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
types: [lint-successful]
99

1010
jobs:
11-
release_helm:
11+
release_on_github:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout

charts/prometheus-haproxy-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: prometheus-haproxy-exporter
33
description: A Helm chart to export the metrics from haproxy in Prometheus format.
4-
version: 0.1.2
4+
version: 0.1.3
55
appVersion: "v0.13.0"
66
keywords:
77
- haproxy-exporter

charts/prometheus-pve-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: prometheus-pve-exporter
33
description: A Helm chart to export the metrics from pve in Prometheus format.
4-
version: 0.1.13
4+
version: 0.1.14
55
appVersion: "2.2.3"
66
keywords:
77
- pve-exporter

charts/youtrack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: youtrack
33
description: A Helm chart to install YouTrack in your Kubernetes Cluster
4-
version: 0.1.7
4+
version: 0.1.8
55
appVersion: "2022.2"
66
keywords:
77
- youtrack

0 commit comments

Comments
 (0)