Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prompve/prometheus-pve-exporter Docker tag to v2.3.1 #893

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/prometheus-pve-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: prometheus-pve-exporter
description: A Helm chart for bootstrapping a PVE Exporter. Uses ServiceMonitor to collect metrics.
type: application
version: 1.2.0
appVersion: "2.3.0"
version: 1.2.1
appVersion: "2.3.1"
home: https://github.com/christianknell/helm-charts
icon: https://camo.githubusercontent.com/2df2ac41e1b8a1484be236c75e395981b31bfd670eff46b5c182ea0be9475310/68747470733a2f2f7777772e70726f786d6f782e636f6d2f696d616765732f70726f786d6f782f50726f786d6f785f73796d626f6c5f7374616e646172645f6865782e706e67
maintainers:
Expand All @@ -16,7 +16,7 @@ annotations:
artifacthub.io/category: monitoring-logging
artifacthub.io/changes: |
- kind: changed
description: image version to 2.3.0
description: image version to 2.3.1
artifacthub.io/screenshots: |
- title: Add an user inside of Proxmox, that will be used for the Exporter.
url: https://xinux.net/images/6/6e/Prometheus-proxmox-grafana-user.png
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-pve-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The command removes all the Kubernetes components associated with the chart and
| fullnameOverride | string | `""` | String to fully override `"prometheus-pve-exporter.fullname"` |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"prompve/prometheus-pve-exporter"` | image repository |
| image.tag | string | `"2.3.0"` | Overrides the image tag |
| image.tag | string | `"2.3.1"` | Overrides the image tag |
| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. |
| nameOverride | string | `""` | Provide a name in place of `prometheus-pve-exporter` |
| nodeSelector | object | `{}` | Node labels for pod assignment |
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-pve-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
# -- image pull policy
pullPolicy: Always
# -- Overrides the image tag
tag: "2.3.0"
tag: "2.3.1"

# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
imagePullSecrets: []
Expand Down