Skip to content

Commit

Permalink
upgrade auditbeat (helm#10329)
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <[email protected]>
  • Loading branch information
davidkarlsen authored and k8s-ci-robot committed Jan 2, 2019
1 parent 7b6f0a7 commit 3bb147f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1
appVersion: 6.5.3
version: 0.4.2
appVersion: 6.5.4
home: https://www.elastic.co/products/beats/auditbeat
sources:
- https://www.elastic.co/guide/en/beats/auditbeat/current/index.html
Expand Down
2 changes: 1 addition & 1 deletion stable/auditbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3` |
| `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` |
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.3
tag: 6.5.4
pullPolicy: IfNotPresent

config:
Expand Down

0 comments on commit 3bb147f

Please sign in to comment.