From c84384f2db65dd9cc15c5e3a3a684aecf0133a66 Mon Sep 17 00:00:00 2001 From: Lucas Jandrew Date: Thu, 11 Apr 2024 11:43:21 -0400 Subject: [PATCH] Bump up helm chart to 0.4.5 (#496) * Fixes extra volume mount indentation * Bump helm version --- helm/Chart.yaml | 2 +- helm/README.md | 2 +- helm/templates/deployment.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 5cd4eb4f..7a6bdfea 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sql-exporter description: Database-agnostic SQL exporter for Prometheus type: application -version: 0.4.4 +version: 0.4.5 appVersion: 0.14.2 keywords: - exporter diff --git a/helm/README.md b/helm/README.md index 78d1663f..ca601542 100644 --- a/helm/README.md +++ b/helm/README.md @@ -1,6 +1,6 @@ # sql-exporter -![Version: 0.4.4](https://img.shields.io/badge/Version-0.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.2](https://img.shields.io/badge/AppVersion-0.14.2-informational?style=flat-square) +![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.2](https://img.shields.io/badge/AppVersion-0.14.2-informational?style=flat-square) Database-agnostic SQL exporter for Prometheus diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 2e4a9fbf..60ee487e 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -66,8 +66,8 @@ spec: mountPath: /etc/sql_exporter/collectors/ {{- end }} {{- range $v := .Values.extraVolumes }} - - name: {{ $v.name }} - {{- toYaml $v.mount | nindent 14 }} + - name: {{ $v.name }} + {{- toYaml $v.mount | nindent 12 }} {{- end }} {{- end }} {{- with .Values.envFrom }}