Skip to content

Commit

Permalink
Bump up helm chart to 0.4.5 (#496)
Browse files Browse the repository at this point in the history
* Fixes extra volume mount indentation

* Bump helm version
  • Loading branch information
Fapiko committed Apr 11, 2024
1 parent 0e98a1c commit c84384f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c84384f

Please sign in to comment.