You've already forked prometheus-fail2ban-exporter-charts
Compare commits
13 Commits
0.2.0
...
7f921ff1eb
| Author | SHA1 | Date | |
|---|---|---|---|
|
7f921ff1eb
|
|||
|
f8cf436855
|
|||
|
a17476a942
|
|||
|
f99a401095
|
|||
|
76d6979ad3
|
|||
|
59a5f5ba0b
|
|||
|
203eea0181
|
|||
|
d36990bcf1
|
|||
|
493e0b684e
|
|||
|
93de55e1a5
|
|||
|
e3b2ab35be
|
|||
|
cddb286bf6
|
|||
|
7578a7a525
|
@@ -15,7 +15,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
generate-parameters:
|
generate-parameters:
|
||||||
container:
|
container:
|
||||||
image: docker.io/library/node:22.13.0-alpine
|
image: docker.io/library/node:23.8.0-alpine
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
helm-lint:
|
helm-lint:
|
||||||
container:
|
container:
|
||||||
image: docker.io/volkerraschek/helm:3.16.4
|
image: docker.io/volkerraschek/helm:3.17.1
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
helm-unittest:
|
helm-unittest:
|
||||||
container:
|
container:
|
||||||
image: docker.io/volkerraschek/helm:3.16.4
|
image: docker.io/volkerraschek/helm:3.17.1
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
markdown-link-checker:
|
markdown-link-checker:
|
||||||
container:
|
container:
|
||||||
image: docker.io/library/node:22.13.0-alpine
|
image: docker.io/library/node:23.8.0-alpine
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
markdown-lint:
|
markdown-lint:
|
||||||
container:
|
container:
|
||||||
image: docker.io/library/node:22.13.0-alpine
|
image: docker.io/library/node:23.8.0-alpine
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
publish-chart:
|
publish-chart:
|
||||||
container:
|
container:
|
||||||
image: docker.io/volkerraschek/helm:3.16.4
|
image: docker.io/volkerraschek/helm:3.17.1
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install tooling
|
- name: Install tooling
|
||||||
|
|||||||
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -86,7 +86,8 @@ helm install prometheus-fail2ban-exporter prometheus-exporters/prometheus-fail2b
|
|||||||
--set 'daemonSet.fail2banExporter.resources.limits.cpu=100m'
|
--set 'daemonSet.fail2banExporter.resources.limits.cpu=100m'
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- #### TLS authentication and encryption
|
<!--
|
||||||
|
#### TLS authentication and encryption
|
||||||
|
|
||||||
The first example shows how to deploy the metric exporter with TLS encryption. The verification of the custom TLS
|
The first example shows how to deploy the metric exporter with TLS encryption. The verification of the custom TLS
|
||||||
certification will be skipped by Prometheus.
|
certification will be skipped by Prometheus.
|
||||||
@@ -129,7 +130,8 @@ replaced:
|
|||||||
+ --set 'Prometheus.metrics.serviceMonitor.tlsConfig.caFile=/etc/Prometheus/TLS/ca.crt' \
|
+ --set 'Prometheus.metrics.serviceMonitor.tlsConfig.caFile=/etc/Prometheus/TLS/ca.crt' \
|
||||||
+ --set 'Prometheus.metrics.serviceMonitor.tlsConfig.certFile=/etc/Prometheus/TLS/TLS.crt' \
|
+ --set 'Prometheus.metrics.serviceMonitor.tlsConfig.certFile=/etc/Prometheus/TLS/TLS.crt' \
|
||||||
+ --set 'Prometheus.metrics.serviceMonitor.tlsConfig.keyFile=/etc/Prometheus/TLS/TLS.key'
|
+ --set 'Prometheus.metrics.serviceMonitor.tlsConfig.keyFile=/etc/Prometheus/TLS/TLS.key'
|
||||||
``` -->
|
```
|
||||||
|
-->
|
||||||
|
|
||||||
#### Grafana dashboard
|
#### Grafana dashboard
|
||||||
|
|
||||||
|
|||||||
1194
package-lock.json
generated
1194
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -16,6 +16,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@bitnami/readme-generator-for-helm": "^2.5.0",
|
"@bitnami/readme-generator-for-helm": "^2.5.0",
|
||||||
"markdown-link-check": "^3.13.6",
|
"markdown-link-check": "^3.13.6",
|
||||||
"markdownlint-cli": "^0.43.0"
|
"markdownlint-cli": "^0.44.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"assignees": [ "volker.raschek" ],
|
"assignees": [
|
||||||
|
"volker.raschek"
|
||||||
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
@@ -25,21 +27,45 @@
|
|||||||
"versioningTemplate": "semver"
|
"versioningTemplate": "semver"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"labels": [ "renovate" ],
|
"labels": [
|
||||||
|
"renovate"
|
||||||
|
],
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"addLabels": [
|
||||||
|
"renovate/automerge",
|
||||||
|
"renovate/lockFileMaintenance"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"npm": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"addLabels": [ "renovate/automerge", "renovate/npm" ],
|
"addLabels": [
|
||||||
|
"renovate/automerge",
|
||||||
|
"renovate/npm"
|
||||||
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
|
"@bitnami/readme-generator-for-helm",
|
||||||
"markdownlint-cli",
|
"markdownlint-cli",
|
||||||
"markdown-link-check",
|
"markdown-link-check"
|
||||||
"@bitnami/readme-generator-for-helm"
|
|
||||||
],
|
],
|
||||||
"matchManagers": [ "npm" ],
|
"matchManagers": [
|
||||||
"matchUpdateTypes": [ "minor", "patch"]
|
"npm"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"addLabels": [ "renovate/automerge", "renovate/container" ],
|
"addLabels": [
|
||||||
|
"renovate/automerge",
|
||||||
|
"renovate/container"
|
||||||
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"excludePackagePatterns": [
|
"excludePackagePatterns": [
|
||||||
"volker.raschek/prometheus-fail2ban-exporter"
|
"volker.raschek/prometheus-fail2ban-exporter"
|
||||||
@@ -51,6 +77,21 @@
|
|||||||
"minor",
|
"minor",
|
||||||
"patch"
|
"patch"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"addLabels": [
|
||||||
|
"renovate/automerge",
|
||||||
|
"renovate/documentation"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"matchDepNames": [
|
||||||
|
"volker.raschek/prometheus-fail2ban-exporter-charts"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major",
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rebaseLabel": "renovate/rebase",
|
"rebaseLabel": "renovate/rebase",
|
||||||
|
|||||||
Reference in New Issue
Block a user