From b83d0cc9d2fe0a66d5c55049a09cbab1e1b9c511 Mon Sep 17 00:00:00 2001 From: ACandian <15693182+ACandian@users.noreply.github.com> Date: Wed, 27 Sep 2023 08:58:11 -0400 Subject: [PATCH] #527: [stable/prometheus-locust-exporter] Fix Windows non-friendly filename. --- stable/prometheus-locust-exporter/{.helmignore => .helmignore} | 0 stable/prometheus-locust-exporter/Chart.yaml | 2 +- stable/prometheus-locust-exporter/README.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename stable/prometheus-locust-exporter/{.helmignore => .helmignore} (100%) diff --git a/stable/prometheus-locust-exporter/.helmignore b/stable/prometheus-locust-exporter/.helmignore similarity index 100% rename from stable/prometheus-locust-exporter/.helmignore rename to stable/prometheus-locust-exporter/.helmignore diff --git a/stable/prometheus-locust-exporter/Chart.yaml b/stable/prometheus-locust-exporter/Chart.yaml index 2274932b..faf6cf2c 100644 --- a/stable/prometheus-locust-exporter/Chart.yaml +++ b/stable/prometheus-locust-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "v0.4.1" description: A Helm chart a prometheus exporter locust load test metrics name: prometheus-locust-exporter -version: 1.2.0 +version: 1.2.1 home: https://github.com/ContainerSolutions/locust_exporter sources: - https://github.com/ContainerSolutions/locust_exporter diff --git a/stable/prometheus-locust-exporter/README.md b/stable/prometheus-locust-exporter/README.md index 19036d9a..f5f7eed3 100644 --- a/stable/prometheus-locust-exporter/README.md +++ b/stable/prometheus-locust-exporter/README.md @@ -1,6 +1,6 @@ # prometheus-locust-exporter -![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: v0.4.1](https://img.shields.io/badge/AppVersion-v0.4.1-informational?style=flat-square) +![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![AppVersion: v0.4.1](https://img.shields.io/badge/AppVersion-v0.4.1-informational?style=flat-square) A Helm chart a prometheus exporter locust load test metrics