Skip to content

Commit

Permalink
[prometheus-ipmi-exporter] Bump ipmi to 1.7.0 (prometheus-community#4022
Browse files Browse the repository at this point in the history
)

* Bump ipmi to 1.7.0

Signed-off-by: drfaust92 <[email protected]>

* Bump ipmi to 1.7.0

Signed-off-by: drfaust92 <[email protected]>

---------

Signed-off-by: drfaust92 <[email protected]>
Co-authored-by: MH <[email protected]>
Signed-off-by: Sacha <[email protected]>
  • Loading branch information
2 people authored and sachasmart committed Dec 14, 2023
1 parent d7bcb51 commit f044343
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus-ipmi-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: This is an IPMI exporter for Prometheus.

type: application

version: 0.1.0
version: 0.2.0

appVersion: "1.6.1"
appVersion: "v1.7.0"

keywords:
- metrics
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-ipmi-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: ipmi-exporter
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- "--config.file"
Expand Down
3 changes: 2 additions & 1 deletion charts/prometheus-ipmi-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ replicaCount: 1

image:
repository: registry.hub.docker.com/prometheuscommunity/ipmi-exporter
tag: v1.6.1
# if not set appVersion field from Chart.yaml is used
tag: ""
pullPolicy: IfNotPresent

# Name of an externally managed secret (in the same namespace) containing the ipmi credentials as keys `ipmi-user` and `ipmi-password`.
Expand Down

0 comments on commit f044343

Please sign in to comment.