Compare commits
2 Commits
ba27cb6c06
...
f1520f30ca
Author | SHA1 | Date | |
---|---|---|---|
f1520f30ca | |||
cddb286bf6 |
@ -43,7 +43,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi
|
|||||||
versions can break something!
|
versions can break something!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
CHART_VERSION=0.1.0
|
CHART_VERSION=0.2.0
|
||||||
helm show values prometheus-exporters/prometheus-fail2ban-exporter --version "${CHART_VERSION}" > values.yaml
|
helm show values prometheus-exporters/prometheus-fail2ban-exporter --version "${CHART_VERSION}" > values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -26,6 +26,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"labels": [ "renovate" ],
|
"labels": [ "renovate" ],
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"addLabels": [ "renovate/automerge", "renovate/npm" ],
|
"addLabels": [ "renovate/automerge", "renovate/npm" ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user