Skip to content

Commit 913c62c

Browse files
committed
fix: bump version to trigger ci
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
1 parent 054fef3 commit 913c62c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/prometheus-dellhw-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.2
18+
version: 1.0.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/prometheus-dellhw-exporter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Helm chart for the dellhw_exporter
44

5-
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.0-rc.1](https://img.shields.io/badge/AppVersion-v2.0.0--rc.1-informational?style=flat-square)
5+
![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.0-rc.1](https://img.shields.io/badge/AppVersion-v2.0.0--rc.1-informational?style=flat-square)
66

77
## Get Repo Info
88

@@ -67,7 +67,7 @@ _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command doc
6767
| prometheusRule.additionalLabels | object | `{}` | Additional Labels for the PrometheusRule object |
6868
| prometheusRule.enabled | bool | `false` | Specifies whether a prometheus-operator PrometheusRule should be created |
6969
| prometheusRule.rules | list | `[]` | Checkout the https://github.com/galexrt/dellhw_exporter/blob/main/contrib/monitoring/prometheus-alerts/prometheus-alerts.yml for example alerts |
70-
| psp.create | bool | `true` | Specifies whether a PodSecurityPolicy (PSP) should be created |
70+
| psp.create | bool | `false` | Specifies whether a PodSecurityPolicy (PSP) should be created |
7171
| psp.spec | object | `{"allowedHostPaths":[],"privileged":true,"volumes":["secret"]}` | PodSecurityPolicy spec |
7272
| resources | object | `{}` | Resources for the dellhw_exporter container |
7373
| securityContext | object | `{"privileged":true}` | SecurityContext for the container |

0 commit comments

Comments
 (0)