File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : sql-exporter
33description : Database-agnostic SQL exporter for Prometheus
44type : application
5- version : 0.16.1
5+ version : 0.16.2
66appVersion : 0.20.0
77keywords :
88 - exporter
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ $(LOCALBIN):
55.PHONY : gen_docs
66gen_docs : # # Generate helm documentation
77 test -s $(LOCALBIN ) /setup-envtest || GOBIN=$(LOCALBIN ) go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
8- ./bin/helm-docs --template-files=./README.md.gotmpl --sort-values-order file
8+ ./bin/helm-docs --template-files=./README.md.gotmpl
Original file line number Diff line number Diff line change 11# sql-exporter
22
3- ![ Version: 0.16.1 ] ( https://img.shields.io/badge/Version-0.16.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.20.0] ( https://img.shields.io/badge/AppVersion-0.20.0-informational?style=flat-square )
3+ ![ Version: 0.16.2 ] ( https://img.shields.io/badge/Version-0.16.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.20.0] ( https://img.shields.io/badge/AppVersion-0.20.0-informational?style=flat-square )
44
55Database-agnostic SQL exporter for Prometheus
66
Original file line number Diff line number Diff line change 3232 service :
3333 name : {{ include "sql-exporter.fullname" . }}
3434 port :
35- number : {{ .Values.service.port }}
35+ number : {{ include "sql-exporter.servicePort" . }}
3636 {{- if .Values.ingress.host }}
3737 host : {{ .Values.ingress.host }}
3838 {{- end }}
You can’t perform that action at this time.
0 commit comments