Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/heartbeat] updated heartbeat to 6.5.1 (#9357)
Browse files Browse the repository at this point in the history
* updated heartbeat to 6.5.0

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

* update to 6.5.1

Signed-off-by: André Bauer <monotek23@gmail.com>
  • Loading branch information
monotek authored and k8s-ci-robot committed Dec 4, 2018
1 parent b57cf38 commit 902933a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/heartbeat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v1
description: A Helm chart to periodically check the status of your services with heartbeat
icon: https://www.elastic.co/jp/assets/blt75e7956191e1bd55/icon-heartbeat-bb.svg
name: heartbeat
version: 0.1.0
appVersion: 6.2.4
version: 0.2.0
appVersion: 6.5.1
home: https://www.elastic.co/products/beats/heartbeat
sources:
- https://www.elastic.co/guide/en/beats/heartbeat/current/index.html
Expand Down
2 changes: 1 addition & 1 deletion stable/heartbeat/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 heartbeat chart and
| Parameter | Description | Default |
|-------------------------------------|------------------------------------|-------------------------------------------|
| `image.repository` | The image repository to pull from | `docker.elastic.co/beats/heartbeat` |
| `image.tag` | The image tag to pull | `6.2.4` |
| `image.tag` | The image tag to pull | `6.5.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` |
Expand Down
2 changes: 1 addition & 1 deletion stable/heartbeat/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: docker.elastic.co/beats/heartbeat
tag: 6.2.4
tag: 6.5.1
pullPolicy: IfNotPresent

config:
Expand Down

0 comments on commit 902933a

Please sign in to comment.