From eb62c9a9409c807da33971626b904cea7161b607 Mon Sep 17 00:00:00 2001 From: Peiman Jafari <18074432+peimanja@users.noreply.github.com> Date: Mon, 17 Apr 2023 07:40:23 -0700 Subject: [PATCH] [prometheus-artifactory-exporter] Bump the exporter version to 1.13.0 (#13) --- charts/prometheus-artifactory-exporter/Chart.yaml | 4 ++-- charts/prometheus-artifactory-exporter/values.yaml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/charts/prometheus-artifactory-exporter/Chart.yaml b/charts/prometheus-artifactory-exporter/Chart.yaml index 8eeb231..f183582 100644 --- a/charts/prometheus-artifactory-exporter/Chart.yaml +++ b/charts/prometheus-artifactory-exporter/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.12.0" +appVersion: "1.13.0" description: A Helm chart for the Prometheus Artifactory Exporter name: prometheus-artifactory-exporter -version: 0.5.0 +version: 0.6.0 keywords: - metrics - artifactory diff --git a/charts/prometheus-artifactory-exporter/values.yaml b/charts/prometheus-artifactory-exporter/values.yaml index 0c790b6..620d36e 100644 --- a/charts/prometheus-artifactory-exporter/values.yaml +++ b/charts/prometheus-artifactory-exporter/values.yaml @@ -19,7 +19,7 @@ image: registry: ghcr.io repository: peimanja/artifactory_exporter # set to canary for the latest unreleased version - tag: v1.12.0 + tag: v1.13.0 pullPolicy: IfNotPresent nameOverride: "" @@ -47,8 +47,9 @@ options: # Some metrics are expensive to collect, so they are disabled by default. # visit https://github.com/peimanja/artifactory_exporter#optional-metrics for more details optionalMetrics: [] - # - replication_status - # - federation_status + # - artifacts # enables artifactory_artifacts_* metrics + # - replication_status # adds the `status` label to `artifactory_replication_enabled` metric + # - federation_status # enables `artifactory_federation_*` metrics service: type: ClusterIP