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

Commit

Permalink
Update api versions to support k8s 1.16 (#17649)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
  • Loading branch information
antongorkovenko authored and k8s-ci-robot committed Oct 4, 2019
1 parent 7a9b9dc commit 0274cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/logstash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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: 2.2.1
version: 2.3.0
appVersion: 7.1.1
sources:
- https://www.docker.elastic.co
Expand Down
2 changes: 1 addition & 1 deletion stable/logstash/templates/statefulset.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ template "logstash.fullname" . }}
Expand Down

0 comments on commit 0274cec

Please sign in to comment.