Skip to content

Commit

Permalink
[prometheus-artifactory-exporter] Add option to configure JFrog Acces…
Browse files Browse the repository at this point in the history
…s Federation validation through Helm (#24)

* Add option to configure JFrog Access Federation validation through Helm

* Bump chart patch version

* Bump app version to new artifactory-exporter release including corresponding changes

Co-authored-by: Peiman Jafari <[email protected]>

* Bump minor version as there is a new feature and new app version in this change

Co-authored-by: Peiman Jafari <[email protected]>

---------

Co-authored-by: Peiman Jafari <[email protected]>
  • Loading branch information
MMichel and peimanja authored Jan 21, 2025
1 parent f632524 commit 1598b96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.14.0"
appVersion: "1.15.0"
description: A Helm chart for the Prometheus Artifactory Exporter
name: prometheus-artifactory-exporter
version: 0.6.4
version: 0.7.0
keywords:
- metrics
- artifactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ spec:
value: {{ .Values.options.verifySSL | quote }}
- name: ARTI_TIMEOUT
value: {{ .Values.options.timeout| quote }}
- name: ACCESS_FEDERATION_TARGET
value: {{ .Values.options.accessFederationTarget | quote }}
envFrom:
- secretRef:
name: {{ template "prometheus-artifactory-exporter.secret" . }}
Expand Down
2 changes: 2 additions & 0 deletions charts/prometheus-artifactory-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ options:
# - replication_status # adds the `status` label to `artifactory_replication_enabled` metric
# - federation_status # enables `artifactory_federation_*` metrics
# - open_metrics # exposes pen Metrics from the JFrog Platform
# - access_federation_validate # enables JFrog Access Federation validation status metric
accessFederationTarget: ""

service:
type: ClusterIP
Expand Down

0 comments on commit 1598b96

Please sign in to comment.