Skip to content

Commit

Permalink
gitlab-ci-pipelines-exporter: enhance serviceMonitor configuration ca…
Browse files Browse the repository at this point in the history
…pabilities (fixed)
  • Loading branch information
mvisonneau committed Jun 26, 2023
1 parent effddc6 commit 25cad64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/gitlab-ci-pipelines-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: gitlab-ci-pipelines-exporter
version: 0.2.24
version: 0.3.0
appVersion: v0.5.5
description: Prometheus / OpenMetrics exporter for GitLab CI pipelines insights
home: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/gitlab-ci-pipelines-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gitlab-ci-pipelines-exporter

![Version: 0.2.24](https://img.shields.io/badge/Version-0.2.24-informational?style=flat-square) ![AppVersion: v0.5.5](https://img.shields.io/badge/AppVersion-v0.5.5-informational?style=flat-square)
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![AppVersion: v0.5.5](https://img.shields.io/badge/AppVersion-v0.5.5-informational?style=flat-square)

Prometheus / OpenMetrics exporter for GitLab CI pipelines insights

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
matchLabels:
{{- include "app.selectorLabels" . | nindent 6 }}
endpoints:
{{- include "app.serviceMonitor.endpoints" . | nindent 4 }}
{{- include ".Values.serviceMonitor.endpoints" . | nindent 4 }}
{{- end }}

0 comments on commit 25cad64

Please sign in to comment.