Compare commits
2 Commits
905a649511
...
a17476a942
Author | SHA1 | Date | |
---|---|---|---|
a17476a942 | |||
f99a401095 |
@ -43,7 +43,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi
|
||||
versions can break something!
|
||||
|
||||
```bash
|
||||
CHART_VERSION=0.1.0
|
||||
CHART_VERSION=0.2.0
|
||||
helm show values prometheus-exporters/prometheus-fail2ban-exporter --version "${CHART_VERSION}" > values.yaml
|
||||
```
|
||||
|
||||
|
@ -31,6 +31,11 @@
|
||||
"renovate"
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"addLabels": [
|
||||
"renovate/automerge",
|
||||
"renovate/lockFileMaintenance"
|
||||
],
|
||||
"automerge": true,
|
||||
"enabled": true
|
||||
},
|
||||
"npm": {
|
||||
@ -80,7 +85,7 @@
|
||||
],
|
||||
"automerge": true,
|
||||
"matchDepNames": [
|
||||
"volker.raschek/prometheus-fail2ban-exporter"
|
||||
"volker.raschek/prometheus-fail2ban-exporter-charts"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major",
|
||||
|
Loading…
x
Reference in New Issue
Block a user