Skip to content

Commit

Permalink
[incubator/logstash] update to logstash version 6.3.2 (helm#6966)
Browse files Browse the repository at this point in the history
* updated logstash to version 6.2.4

* updated version to 6.3.1

* updated to 6.3.1

* update top logstash 6.3.2

* changed readem to new version too
  • Loading branch information
monotek authored and k8s-ci-robot committed Aug 7, 2018
1 parent 16568a9 commit 17adb8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions incubator/logstash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Logstash is an open source, server-side data processing pipeline
icon: https://www.elastic.co/assets/blt86e4472872eed314/logo-elastic-logstash-lt.svg
home: https://www.elastic.co/products/logstash
name: logstash
version: 0.7.0
appVersion: 6.3.1
version: 0.7.1
appVersion: 6.3.2
sources:
- https://www.docker.elastic.co
- https://www.elastic.co/guide/en/logstash/current/index.html
Expand Down
2 changes: 1 addition & 1 deletion incubator/logstash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The following table lists the configurable parameters of the chart and its defau
| `podDisruptionBudget` | Pod disruption budget | `maxUnavailable: 1` |
| `updateStrategy` | Update strategy | `type: RollingUpdate` |
| `image.repository` | Container image name | `docker.elastic.co/logstash/logstash-oss` |
| `image.tag` | Container image tag | `6.2.2` |
| `image.tag` | Container image tag | `6.3.2` |
| `image.pullPolicy` | Container image pull policy | `IfNotPresent` |
| `service.type` | Service type (ClusterIP, NodePort or LoadBalancer) | `ClusterIP` |
| `service.annotations` | Service annotations | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion incubator/logstash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updateStrategy:

image:
repository: docker.elastic.co/logstash/logstash-oss
tag: 6.3.1
tag: 6.3.2
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 17adb8c

Please sign in to comment.