Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.5
version: 0.3.6
appVersion: v0.5.10
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.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![AppVersion: v0.5.10](https://img.shields.io/badge/AppVersion-v0.5.10-informational?style=flat-square)
![Version: 0.3.6](https://img.shields.io/badge/Version-0.3.6-informational?style=flat-square) ![AppVersion: v0.5.10](https://img.shields.io/badge/AppVersion-v0.5.10-informational?style=flat-square)

Prometheus / OpenMetrics exporter for GitLab CI pipelines insights

Expand Down
16 changes: 16 additions & 0 deletions charts/gitlab-ci-pipelines-exporter/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,22 @@ gitlab:
maximum_jobs_queue_size: {{ . }}
{{- end }}

{{- end }}
{{- with .Values.config.redis }}
{{/*
Sanitized version of the redis config. "url" is passed as environment variable
*/}}
redis:
{{- with .project_ttl }}
project_ttl: {{ . }}
{{- end }}
{{- with .ref_ttl }}
ref_ttl: {{ . }}
{{- end }}
{{- with .metric_ttl }}
metric_ttl: {{ . }}
{{- end }}

{{- end }}
{{- with .Values.config.pull }}
pull: {{ toYaml . | nindent 2 }}
Expand Down