Skip to content

Commit

Permalink
[prometheus-artifactory-exporter] Bump the exporter version to 1.13.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
peimanja authored Apr 17, 2023
1 parent cf972af commit eb62c9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus-artifactory-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions charts/prometheus-artifactory-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eb62c9a

Please sign in to comment.