From 19cb1b21d894c7461f13bdd3244c1130e31421e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Thu, 14 Mar 2019 17:10:33 +0100 Subject: [PATCH] [stable/auditbeat] updated auditbeat to 6.6.1 (#11662) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * updated auditbeat to 6.6.0 Signed-off-by: André Bauer * updated auditbeat to 6.6.1 Signed-off-by: André Bauer --- stable/auditbeat/Chart.yaml | 4 ++-- stable/auditbeat/README.md | 32 ++++++++++++++++---------------- stable/auditbeat/values.yaml | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/stable/auditbeat/Chart.yaml b/stable/auditbeat/Chart.yaml index 2176faea4f69..7cefb256a5c7 100644 --- a/stable/auditbeat/Chart.yaml +++ b/stable/auditbeat/Chart.yaml @@ -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 diff --git a/stable/auditbeat/README.md b/stable/auditbeat/README.md index 80c527c90962..ed320ac8caa6 100644 --- a/stable/auditbeat/README.md +++ b/stable/auditbeat/README.md @@ -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 @@ -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, diff --git a/stable/auditbeat/values.yaml b/stable/auditbeat/values.yaml index 1d65aba05ed6..f326c8497582 100644 --- a/stable/auditbeat/values.yaml +++ b/stable/auditbeat/values.yaml @@ -1,6 +1,6 @@ image: repository: docker.elastic.co/beats/auditbeat - tag: 6.5.4 + tag: 6.6.1 pullPolicy: IfNotPresent config: