Skip to content

Commit

Permalink
updated README and Chart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Sep 19, 2023
1 parent 1f013aa commit 72fe3b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 72fe3b4

Please sign in to comment.