diff --git a/charts/gitlab-ci-pipelines-exporter/Chart.yaml b/charts/gitlab-ci-pipelines-exporter/Chart.yaml index 4f2a0ab..fd6f6d4 100644 --- a/charts/gitlab-ci-pipelines-exporter/Chart.yaml +++ b/charts/gitlab-ci-pipelines-exporter/Chart.yaml @@ -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 diff --git a/charts/gitlab-ci-pipelines-exporter/README.md b/charts/gitlab-ci-pipelines-exporter/README.md index d34487c..f63074b 100644 --- a/charts/gitlab-ci-pipelines-exporter/README.md +++ b/charts/gitlab-ci-pipelines-exporter/README.md @@ -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 diff --git a/charts/gitlab-ci-pipelines-exporter/templates/deployment.yaml b/charts/gitlab-ci-pipelines-exporter/templates/deployment.yaml index b044947..849200b 100644 --- a/charts/gitlab-ci-pipelines-exporter/templates/deployment.yaml +++ b/charts/gitlab-ci-pipelines-exporter/templates/deployment.yaml @@ -70,7 +70,7 @@ spec: {{- end }} envFrom: - secretRef: - name: {{ template "app.fullname" . }}-config + name: {{ template "app.fullname" . }}-secret volumeMounts: - name: config mountPath: /etc/config.yml diff --git a/charts/gitlab-ci-pipelines-exporter/templates/secret.yaml b/charts/gitlab-ci-pipelines-exporter/templates/secret.yaml index 19dc2c2..b8ef96d 100644 --- a/charts/gitlab-ci-pipelines-exporter/templates/secret.yaml +++ b/charts/gitlab-ci-pipelines-exporter/templates/secret.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Secret metadata: - name: {{ template "app.fullname" . }}-config + name: {{ template "app.fullname" . }}-secret labels: {{- include "app.labels" . | nindent 4 }} type: Opaque diff --git a/charts/gitlab-ci-pipelines-exporter/values.yaml b/charts/gitlab-ci-pipelines-exporter/values.yaml index 6b69af8..a11e70d 100644 --- a/charts/gitlab-ci-pipelines-exporter/values.yaml +++ b/charts/gitlab-ci-pipelines-exporter/values.yaml @@ -129,7 +129,7 @@ config: # # Complete configuration syntax reference available here: # # https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/blob/master/docs/configuration_syntax.md # gitlab: - # url: https://gitlab.example.com + # url: https://gitlab.example.com/ # token: # enable_health_check: true # enable_tls_verify: true @@ -195,6 +195,15 @@ redis: persistence: # redis.master.persistence.enabled -- persist data enabled: false + + # redis.master.resources -- configure redis resources + resources: {} + # requests: + # cpu: 1 + # memory: 256Mi + # limits: + # cpu: 2 + # memory: 512Mi ## Ingress configuration (useful when looking to expose /webhook endpoint externally) ingress: