mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/auditbeat] update to image 6.5.3 (#10087)
* updated auditbeat to 6.5.3 Signed-off-by: André Bauer <monotek23@gmail.com> * raised chart version Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7458584650
commit
aca06900b9
@@ -2,8 +2,8 @@ apiVersion: v1
|
||||
description: A lightweight shipper to audit the activities of users and processes on your systems
|
||||
icon: https://www.elastic.co/assets/blt27d1fd26b0862613/icon-auditbeat-bb.svg
|
||||
name: auditbeat
|
||||
version: 0.4.0
|
||||
appVersion: 6.5.1
|
||||
version: 0.4.1
|
||||
appVersion: 6.5.3
|
||||
home: https://www.elastic.co/products/beats/auditbeat
|
||||
sources:
|
||||
- https://www.elastic.co/guide/en/beats/auditbeat/current/index.html
|
||||
|
||||
@@ -41,7 +41,7 @@ The following table lists the configurable parameters of the auditbeat chart and
|
||||
| Parameter | Description | Default |
|
||||
|-------------------------------------|------------------------------------|-------------------------------------------|
|
||||
| `image.repository` | The image repository to pull from | `docker.elastic.co/beats/auditbeat` |
|
||||
| `image.tag` | The image tag to pull | `6.5.1` |
|
||||
| `image.tag` | The image tag to pull | `6.5.3` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `rbac.create` | If true, create & use RBAC resources | `true` |
|
||||
| `rbac.serviceAccount` | existing ServiceAccount to use (ignored if rbac.create=true) | `default` |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.elastic.co/beats/auditbeat
|
||||
tag: 6.5.1
|
||||
tag: 6.5.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user