Skip to content

Commit 75c26c8

Browse files
committed
update helm docs
Signed-off-by: Frank Jogeleit <[email protected]>
1 parent 6bd9f8e commit 75c26c8

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

charts/policy-reporter/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Policy Reporter watches for PolicyReport Resources.
44
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
55

6-
![Version: 3.4.2](https://img.shields.io/badge/Version-3.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.2](https://img.shields.io/badge/AppVersion-3.4.2-informational?style=flat-square)
6+
![Version: 3.5.0](https://img.shields.io/badge/Version-3.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.0](https://img.shields.io/badge/AppVersion-3.5.0-informational?style=flat-square)
77

88
## Documentation
99

@@ -360,6 +360,12 @@ Open `http://localhost:8082/` in your browser.
360360
| database.host | string | `""` | Host Address |
361361
| database.enableSSL | bool | `false` | Enables SSL |
362362
| database.dsn | string | `""` | Instead of configure the individual values you can also provide an DSN string example postgres: postgres://postgres:password@localhost:5432/postgres?sslmode=disable example mysql: root:password@tcp(localhost:3306)/test?tls=false |
363+
| database.maxOpenConnections | int | `25` | Maximum number of open connections, supported for mysql and postgres |
364+
| database.maxIdleConnections | int | `25` | Maximum number of idle connections, supported for mysql and postgres |
365+
| database.connectionMaxLifetime | int | `0` | Maximum amount of time in minutes a connection may be reused, supported for mysql and postgres |
366+
| database.connectionMaxIdleTime | int | `0` | Maximum amount of time in minutes a connection may be idle, supported for mysql and postgres |
367+
| database.timeout | int | `10` | Timeout for database operations in seconds, supported for mysql and postgres |
368+
| database.metrics | bool | `false` | Enables database related metrics, connection status and query histogram |
363369
| database.secretRef | string | `""` | Read configuration from an existing Secret supported fields: username, password, host, dsn, database |
364370
| database.mountedSecret | string | `""` | |
365371
| periodicSync.enabled | bool | `false` | |
@@ -381,7 +387,7 @@ Open `http://localhost:8082/` in your browser.
381387
| ui.image.registry | string | `"ghcr.io"` | Image registry |
382388
| ui.image.repository | string | `"kyverno/policy-reporter-ui"` | Image repository |
383389
| ui.image.pullPolicy | string | `"IfNotPresent"` | Image PullPolicy |
384-
| ui.image.tag | string | `"2.4.2"` | Image tag |
390+
| ui.image.tag | string | `"2.4.3"` | Image tag |
385391
| ui.replicaCount | int | `1` | Deployment replica count |
386392
| ui.priorityClassName | string | `""` | Deployment priorityClassName |
387393
| ui.logging.api | bool | `false` | Enables external api request logging |
@@ -470,7 +476,7 @@ Open `http://localhost:8082/` in your browser.
470476
| plugin.kyverno.image.registry | string | `"ghcr.io"` | Image registry |
471477
| plugin.kyverno.image.repository | string | `"kyverno/policy-reporter/kyverno-plugin"` | Image repository |
472478
| plugin.kyverno.image.pullPolicy | string | `"IfNotPresent"` | Image PullPolicy |
473-
| plugin.kyverno.image.tag | string | `"0.5.0"` | Image tag |
479+
| plugin.kyverno.image.tag | string | `"0.5.1"` | Image tag |
474480
| plugin.kyverno.replicaCount | int | `1` | Deployment replica count |
475481
| plugin.kyverno.priorityClassName | string | `""` | Deployment priorityClassName |
476482
| plugin.kyverno.logging.api | bool | `false` | Enables external API request logging |
@@ -536,7 +542,7 @@ Open `http://localhost:8082/` in your browser.
536542
| plugin.trivy.image.registry | string | `"ghcr.io"` | Image registry |
537543
| plugin.trivy.image.repository | string | `"kyverno/policy-reporter/trivy-plugin"` | Image repository |
538544
| plugin.trivy.image.pullPolicy | string | `"IfNotPresent"` | Image PullPolicy |
539-
| plugin.trivy.image.tag | string | `"0.4.9"` | Image tag Defaults to `Chart.AppVersion` if omitted |
545+
| plugin.trivy.image.tag | string | `"0.4.10"` | Image tag Defaults to `Chart.AppVersion` if omitted |
540546
| plugin.trivy.cli.image.registry | string | `"ghcr.io"` | Image registry |
541547
| plugin.trivy.cli.image.repository | string | `"aquasecurity/trivy"` | Image repository |
542548
| plugin.trivy.cli.image.pullPolicy | string | `"IfNotPresent"` | Image PullPolicy |

0 commit comments

Comments
 (0)