From b3153baa55c7538db17f50c3840ca7a714463899 Mon Sep 17 00:00:00 2001 From: Sergei Zyubin Date: Sun, 24 Dec 2023 23:48:52 +0100 Subject: [PATCH] Bump up helm chart to 0.2.5 (#419) --- helm/Chart.yaml | 4 ++-- helm/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index a8d9c2e1..3d75ec7a 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: sql-exporter description: Database agnostic SQL exporter for Prometheus type: application -version: 0.2.4 -appVersion: 0.13.0 +version: 0.2.5 +appVersion: 0.13.1 keywords: - exporter - servicemonitor diff --git a/helm/README.md b/helm/README.md index 2fb0f0fa..60115c81 100644 --- a/helm/README.md +++ b/helm/README.md @@ -1,6 +1,6 @@ # sql-exporter -![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.0](https://img.shields.io/badge/AppVersion-0.13.0-informational?style=flat-square) +![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.1](https://img.shields.io/badge/AppVersion-0.13.1-informational?style=flat-square) Database agnostic SQL exporter for Prometheus