Skip to content

Commit

Permalink
[stable/auditbeat] updated auditbeat to 6.6.1 (helm#11662)
Browse files Browse the repository at this point in the history
* updated auditbeat to 6.6.0

Signed-off-by: André Bauer <monotek23@gmail.com>

* updated auditbeat to 6.6.1

Signed-off-by: André Bauer <monotek23@gmail.com>
  • Loading branch information
monotek authored and k8s-ci-robot committed Mar 14, 2019
1 parent d698acf commit 19cb1b2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions stable/auditbeat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
appVersion: 6.5.4
version: 0.5.0
appVersion: 6.6.1
home: https://www.elastic.co/products/beats/auditbeat
sources:
- https://www.elastic.co/guide/en/beats/auditbeat/current/index.html
Expand Down
32 changes: 16 additions & 16 deletions stable/auditbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ By default this chart only ships a single output to a file on the local system.

## Prerequisites

- Kubernetes 1.9+
- Kubernetes 1.9+

## Installing the Chart

Expand Down Expand Up @@ -38,21 +38,21 @@ The command removes all the Kubernetes components associated with the chart and

The following table lists the configurable parameters of the auditbeat chart and their default values.

| 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.4` |
| `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` |
| `config` | The content of the configuration file consumed by auditbeat. See the [auditbeat documentation](https://www.elastic.co/guide/en/beats/auditbeat/current/auditbeat-reference-yml.html) for full details |
| `plugins` | List of beat plugins |
| `extraVars` | A map of additional environment variables | |
| `extraVolumes`, `extraVolumeMounts` | Additional volumes and mounts, for example to provide other configuration files | |
| `resources.requests.cpu` | CPU resource requests | |
| `resources.limits.cpu` | CPU resource limits | |
| `resources.requests.memory` | Memory resource requests | |
| `resources.limits.memory` | Memory resource limits | |
| Parameter | Description | Default |
| ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| `image.repository` | The image repository to pull from | `docker.elastic.co/beats/auditbeat` |
| `image.tag` | The image tag to pull | `6.6.1` |
| `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` |
| `config` | The content of the configuration file consumed by auditbeat. See the [auditbeat documentation](https://www.elastic.co/guide/en/beats/auditbeat/current/auditbeat-reference-yml.html) for full details | |
| `plugins` | List of beat plugins | |
| `extraVars` | A map of additional environment variables | |
| `extraVolumes`, `extraVolumeMounts` | Additional volumes and mounts, for example to provide other configuration files | |
| `resources.requests.cpu` | CPU resource requests | |
| `resources.limits.cpu` | CPU resource limits | |
| `resources.requests.memory` | Memory resource requests | |
| `resources.limits.memory` | Memory resource limits | |

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

Expand Down
2 changes: 1 addition & 1 deletion stable/auditbeat/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: docker.elastic.co/beats/auditbeat
tag: 6.5.4
tag: 6.6.1
pullPolicy: IfNotPresent

config:
Expand Down

0 comments on commit 19cb1b2

Please sign in to comment.